mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(all): replace $* with "$@"
This commit is contained in:
parent
55f45e05bc
commit
d0f8932722
18 changed files with 22 additions and 22 deletions
2
packages/typescript/4.2.3/compile
vendored
2
packages/typescript/4.2.3/compile
vendored
|
@ -2,4 +2,4 @@
|
|||
|
||||
# Put instructions to compile source code, remove this file if the language does not require this stage
|
||||
|
||||
tsc $*
|
||||
tsc "$@"
|
2
packages/typescript/4.2.3/run
vendored
2
packages/typescript/4.2.3/run
vendored
|
@ -5,4 +5,4 @@
|
|||
CODE=$(sed 's/ts$/js/' <<<"$1")
|
||||
shift
|
||||
|
||||
node $CODE $*
|
||||
node $CODE "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue