1
0
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:
Rahul Chaudhry 2015-05-08 12:18:52 -07:00 committed by Brad Fitzpatrick
parent 82359d1c2d
commit d9f69196de

View File

@ -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 "$@"