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:
parent
30fde1b279
commit
ffe8a3c5e2
@ -95,3 +95,5 @@ rm -f $GOTOOLDIR/go_bootstrap
|
||||
|
||||
if(! ~ $1 --no-banner)
|
||||
$GOTOOLDIR/dist banner
|
||||
|
||||
status=''
|
||||
|
Loading…
Reference in New Issue
Block a user