]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: small fix
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 29 Jun 2011 23:44:16 +0000 (09:44 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 29 Jun 2011 23:44:16 +0000 (09:44 +1000)
Fixes #2025.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4636075

src/run.bash

index bb3d06c45ca219b4f3e882d092da0fc20291063a..d125fd4540ce987f14efe8b2fc9d5d7e4fbcc863 100755 (executable)
@@ -34,7 +34,7 @@ if $rebuild; then
        (xcd pkg
                gomake clean
                time gomake install
-       ) || exit $i
+       ) || exit $?
 fi
 
 (xcd pkg