2
BIN=`/usr/bin/dirname $0`/../lib/squeak/3.9-7
3
# At least on linux LD_LIBRARY_PATH's components must be absolute path names
6
*) PLUGINS="`pwd`/$BIN"
8
# prepending is less flexible but safer because it ensures we find the plugins
9
# in the same directory as the VM.
10
LD_LIBRARY_PATH=$PLUGINS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} exec "$BIN/squeak" "$@"