smalltalk
author Claus Gittinger <cg@exept.de>
Wed, 09 Oct 1996 19:57:05 +0200
changeset 155 c42953f0172d
parent 151 c003915ba2b9
child 157 c6a5496ad063
permissions -rwxr-xr-x
*** empty log message ***

#!/bin/sh

# $Header$
#
#
# startup script for smalltalk
# actually, simply calls stx, passing all arguments.
#

# In previous versions, smalltalk used to be the executable itself.
# This lead to problems on systems, where things like LD_LIBRARY_PATH
# should be set in advance. 
# Now, here is a place to do such things ...

LD_LIBRARY_PATH=.
export LD_LIBRARY_PATH
stx $*