repo.or.cz
/
arla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(afsrights2nnpfsrights): export
[arla.git]
/
tests
/
untar-emacs
blob
2786b1aca986b734490d696ab6ef7437f24df2c2
1
#!/bin/sh
2
# $Id$
3
if
test
"X
$FAST
"
!=
"X"
;
then
echo
"Not running
$0
"
>&
4
;
exit
0
;
fi
4
for
i
in
1 2 3 4 5 6 7 8 9 10
;
do
5
$objdir
/
echo-n
'.'
>&
3
6
gzip
-dc
$AFSROOT
/
stacken.kth.se
/
ftp
/
pub
/
gnu
/
emacs
/
emacs-21.2.
tar
.gz |
tar
xvf
- >&
4
||
exit
1
7
rm
-rf
emacs-21.2
8
done
9
echo
>&
3