pkg(go-1.16.2): use $@
This commit is contained in:
parent
2259606409
commit
eac95d8c6b
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
GOCACHE=$PWD go run $*
|
GOCACHE=$PWD go run "$@"
|
||||||
|
|
Loading…
Reference in New Issue