problems with 4.1 second update

I made it farther into the second 4.1 update. But when I tried to recompile,
the make hangs and destroyed my GIS.sh script besides. Has anyone successfully
installed these updates?

Cliff Behrens

Do you want to compile the updated source?
y
Removing OBJ. and LIB. and running gmake in src/general/gis
  SRC = /tmp_mnt/fs/16/21231/cliff/grass4.1.new/src
  CMD = /tmp_mnt/fs/16/21231/cliff/grass4.1.new/src/CMD
  HEADER = head
  ARCH =
  GISBASE = /u/cliff/grass4.1
  VERSION = 4.1 Spring 1993
#################################################################
/tmp_mnt/fs/16/21231/cliff/grass4.1.new/src/general/gis
  make -f OBJ/make.rules

rm -f /u/cliff/local/bin/grass4.1
echo ':' > /u/cliff/local/bin/grass4.1
echo GISBASE=/u/cliff/grass4.1 >> /u/cliff/local/bin/grass4.1
echo export GISBASE >> /u/cliff/local/bin/grass4.1
echo exec '$'GISBASE/etc/GIS.sh >> /u/cliff/local/bin/grass4.1
chmod +x /u/cliff/local/bin/grass4.1
rm -f /u/cliff/grass4.1/etc/GIS.sh
sh ./version.sed "4.1" "Spring 1993" "" gis.head > /u/cliff/grass4.1/etc/GIS.sh


*** /u/cliff/grass4.1/etc/GIS.sh removed.

sparky% cd ~sparky% local/bin/grass4.1
local/bin/grass4.1: /u/cliff/grass4.1/etc/GIS.sh: not found
sparky%