pkg(go-1.16.2): use $@

This commit is contained in:
Thomas 2021-03-14 17:48:05 +13:00 committed by GitHub
parent e315906970
commit 9ca6d31be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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