1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:30:21 -07:00

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
This commit is contained in:
David du Colombier 2013-05-24 13:55:19 -07:00 committed by Rob Pike
parent 30fde1b279
commit ffe8a3c5e2

View File

@ -95,3 +95,5 @@ rm -f $GOTOOLDIR/go_bootstrap
if(! ~ $1 --no-banner)
$GOTOOLDIR/dist banner
status=''