mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
pkg(go-1.16.2): use $@
This commit is contained in:
parent
e315906970
commit
9ca6d31be5
1 changed files with 1 additions and 1 deletions
2
packages/go/1.16.2/run
vendored
2
packages/go/1.16.2/run
vendored
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GOCACHE=$PWD go run $*
|
||||
GOCACHE=$PWD go run "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue