mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +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/mono/6.12.0/run
vendored
2
packages/mono/6.12.0/run
vendored
|
@ -2,4 +2,4 @@
|
|||
|
||||
CODE=${1/cs/exe}
|
||||
shift
|
||||
mono $CODE $*
|
||||
mono $CODE "$@"
|
Loading…
Add table
Add a link
Reference in a new issue