]> Cypherpunks repositories - gostls13.git/commitdiff
build: correct quoting of args in run.bash
authorRahul Chaudhry <rahulchaudhry@chromium.org>
Fri, 8 May 2015 19:18:52 +0000 (12:18 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 9 May 2015 04:23:47 +0000 (04:23 +0000)
Change-Id: I72df4d979212d8af74a4d2763423346eb6ba14f2
Reviewed-on: https://go-review.googlesource.com/9892
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/run.bash

index 6fc864dc0ea0f7d2a09c3ac41fa9954893d1fbc8..f35ec789826ffa73eb0907248c2c9018662274da 100755 (executable)
@@ -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 "$@"