*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Sep 2000 10:56:55 +0200
changeset 449 a9f1afb0ae1b
parent 448 9b22f7fb0f67
child 450 034e05ea7647
*** empty log message ***
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