Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / tests / untar-emacs
1 #!/bin/sh
2 # $Id$
3 if test "X$FAST" != "X" ; then echo "Not running $0" ; 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-20.7.tar.gz | tar xvf - >&4 || exit 1
7 rm -rf emacs-20.7
8 done
9 echo >&3