smalltalk fix argv
This commit is contained in:
parent
61f5e8c6fe
commit
91bd30f59e
|
@ -4,5 +4,5 @@ code_file=`pwd`/"$1"
|
|||
shift
|
||||
|
||||
cd $SMALLTALK_PATH
|
||||
$SMALLTALK_PATH/gst "$code_file" "$@"
|
||||
$SMALLTALK_PATH/gst "$code_file" -a "$@"
|
||||
|
||||
|
|
Loading…
Reference in New Issue