mirror of
https://github.com/golang/go
synced 2024-11-11 22:10:22 -07:00
build: correct quoting of args in run.bash
Change-Id: I72df4d979212d8af74a4d2763423346eb6ba14f2 Reviewed-on: https://go-review.googlesource.com/9892 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
82359d1c2d
commit
d9f69196de
@ -35,4 +35,4 @@ if ulimit -T &> /dev/null; then
|
||||
[ "$(ulimit -H -T)" == "unlimited" ] || ulimit -S -T $(ulimit -H -T)
|
||||
fi
|
||||
|
||||
exec go tool dist test $@
|
||||
exec go tool dist test "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user