From e6d0a6c9c159d6a192ae4e599ab07f5c6db93fa5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 3 May 2010 11:12:54 -0700 Subject: [PATCH] nacl: another attempt at fixing build TBR=r CC=golang-dev https://golang.org/cl/1077041 --- src/all-nacl.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/all-nacl.bash b/src/all-nacl.bash index 817b911c07..0238c2a3e1 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 -- 2.48.1