smalltalk
changeset 449 a9f1afb0ae1b
parent 439 060918989239
child 452 f1fc8e661543
--- 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