smalltalk fix argv

This commit is contained in:
Hydrazer 2022-06-12 08:32:06 -06:00
parent 61f5e8c6fe
commit 91bd30f59e
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ code_file=`pwd`/"$1"
shift
cd $SMALLTALK_PATH
$SMALLTALK_PATH/gst "$code_file" "$@"
$SMALLTALK_PATH/gst "$code_file" -a "$@"