*** empty log message ***
[arla.git] / tests / untar-emacs
blob9450c783a3b2aae34194dd9b22a96d5bdcd3f08c
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-22.1.tar.gz | tar xvf - >&4 || exit 1
7 rm -rf emacs-22.1
8 done
9 echo >&3