#!/bin/sh
# $Id: untar-emacs,v 1.19 2002/12/30 16:13:09 lha Exp $
if test "X$FAST" != "X" ; then echo "Not running $0" >&4;  exit 0 ; fi
for i in 1 2 3 4 5 6 7 8 9 10; do
  $objdir/echo-n '.' >&3
  gzip -dc $AFSROOT/stacken.kth.se/ftp/pub/gnu/emacs/emacs-21.2.tar.gz | tar xvf - >&4 || exit 1
  rm -rf emacs-21.2
done
echo >&3
