From 650953965181e651164b1f135b0cd901096b34ef Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 3 May 2010 11:12:54 -0700 Subject: nacl: another attempt at fixing build TBR=r CC=golang-dev http://codereview.appspot.com/1077041 --- src/all-nacl.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/all-nacl.bash b/src/all-nacl.bash index 817b911c0..0238c2a3e 100755 --- a/src/all-nacl.bash +++ b/src/all-nacl.bash @@ -7,7 +7,7 @@ export GOARCH=386 export GOOS=nacl -export GORUN="$GOROOT/misc/nacl/naclrun" +export GORUN=${GORUN:-$GOROOT/misc/nacl/naclrun} set -e bash make.bash -- cgit v1.2.3