mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Fix package init script to use "$@" in run file instead of "$*"
This commit is contained in:
parent
2ebe1a3308
commit
7837f1c7c0
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ echo "# Put 'export' statements here for environment variables" >> environment
|
|||
echo "export PATH=\$PWD/bin:\$PATH" >> environment
|
||||
|
||||
echo "# Put instructions to run the runtime" >> run
|
||||
echo "$NAME-$VERSION \$*" >> run
|
||||
echo "$NAME-$VERSION \"\$@\"" >> run
|
||||
|
||||
echo "# Put instructions to compile source code, remove this file if the language does not require this stage" >> compile
|
||||
|
||||
|
@ -62,4 +62,4 @@ jq '.language = "'$NAME'" | .version = "'$VERSION'" | .aliases = [] | .author =
|
|||
|
||||
cd - > /dev/null
|
||||
|
||||
echo $DIR
|
||||
echo $DIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue