diff -r 9b22f7fb0f67 -r a9f1afb0ae1b smalltalk --- a/smalltalk Fri Sep 29 10:32:26 2000 +0200 +++ b/smalltalk Fri Sep 29 10:56:55 2000 +0200 @@ -56,9 +56,9 @@ ;; esac if [ -d ${bindir}/../lib ] - then - STX_LIBDIR=`cd ${bindir}/../lib ; pwd` - fi + then + STX_LIBDIR=`cd ${bindir}/../lib ; pwd` + fi fi if [ ! -d "$STX_LIBDIR" ] then @@ -236,10 +236,10 @@ # starts to run - all the time in between is # spent in the systems loader ...) # -if [ "`uname`" = "HP-UX" ] -then - echo "Please be patient - hp systems are very slow." -fi +# if [ "`uname`" = "HP-UX" ] +# then +# echo "Please be patient - hp systems are very slow." +# fi PATH=$PATH:. export PATH