smalltalk
changeset 316 2c70d0958d5a
parent 315 b6c451745fb6
child 319 ad0e533985c9
equal deleted inserted replaced
315:b6c451745fb6 316:2c70d0958d5a
   161 	    ;;
   161 	    ;;
   162     esac
   162     esac
   163   fi
   163   fi
   164 fi
   164 fi
   165 
   165 
       
   166 #
       
   167 # how did HP mess up things so badly ?
       
   168 # It takes a veeeery long time for stx to start
       
   169 # (the spinning wheel is shown when stx's main 
       
   170 #  starts to run - all the time in between is
       
   171 #  spent in the systems loader ...)
       
   172 #
       
   173 if [ "`uname`" = "HP-UX" ]
       
   174 then
       
   175     echo "Please be patient - hp systems are very slow."
       
   176 fi
       
   177 
   166 PATH=$PATH:.
   178 PATH=$PATH:.
   167 export PATH
   179 export PATH
   168 exec $STX $*
   180 exec $STX $*