aboutsummaryrefslogtreecommitdiff
path: root/src/make.rc
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2013-05-24 13:55:19 -0700
committerRob Pike <r@golang.org>2013-05-24 13:55:19 -0700
commitffe8a3c5e2996d3c017c5eb74e94515382b204a5 (patch)
treeb009625ee2eb4661603beaac2e4ed4e7ebdbd3bb /src/make.rc
parent30fde1b2795c2db5672b86a45ec32fdb8942573e (diff)
downloadgo-ffe8a3c5e2996d3c017c5eb74e94515382b204a5.tar.gz
go-ffe8a3c5e2996d3c017c5eb74e94515382b204a5.zip
build: fix make.rc on Plan 9
Set $status as null to prevent rc from exiting on the last --no-banner argument checking when used with rc -e. It allows all.rc to not exit before executing run.rc R=golang-dev, lucio.dere, rsc CC=golang-dev https://golang.org/cl/9611045
Diffstat (limited to 'src/make.rc')
-rwxr-xr-xsrc/make.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/make.rc b/src/make.rc
index 83d16c0455..222bb8a186 100755
--- a/src/make.rc
+++ b/src/make.rc
@@ -95,3 +95,5 @@ rm -f $GOTOOLDIR/go_bootstrap
if(! ~ $1 --no-banner)
$GOTOOLDIR/dist banner
+
+status=''