mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 12:07:49 +02:00
smalltalk fix argv
This commit is contained in:
parent
61f5e8c6fe
commit
91bd30f59e
1 changed files with 1 additions and 1 deletions
2
packages/smalltalk/3.2.3/run
vendored
2
packages/smalltalk/3.2.3/run
vendored
|
@ -4,5 +4,5 @@ code_file=`pwd`/"$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
cd $SMALLTALK_PATH
|
cd $SMALLTALK_PATH
|
||||||
$SMALLTALK_PATH/gst "$code_file" "$@"
|
$SMALLTALK_PATH/gst "$code_file" -a "$@"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue