Merge pull request #489 from Hydrazer/smalltalk

smalltalk fix argv
This commit is contained in:
Thomas Hobson 2022-07-02 01:26:27 +12:00 committed by GitHub
commit 9d53703a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 "$@"