diff -r 447452eafa2f -r 060c874665b7 smalltalk --- a/smalltalk Wed Mar 10 14:40:20 1999 +0100 +++ b/smalltalk Thu Mar 11 15:51:42 1999 +0100 @@ -41,6 +41,9 @@ STX_LIBDIR=${bindir}/../lib fi export STX_LIBDIR +if test -x `dirname $0`/stx; then + STX=`dirname $0`/stx +fi if [ "$1" = "--help" ] then @@ -190,4 +193,4 @@ PATH=$PATH:. export PATH -exec $STX $* +exec $STX ${1+"$@"}