pkg(go-1.16.2): use $@

This commit is contained in:
Thomas 2021-03-14 17:48:05 +13:00
parent 2259606409
commit eac95d8c6b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
GOCACHE=$PWD go run $* GOCACHE=$PWD go run "$@"