]> Cypherpunks.ru repositories - gostls13.git/commit
build: fix make.rc on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Fri, 24 May 2013 20:55:19 +0000 (13:55 -0700)
committerRob Pike <r@golang.org>
Fri, 24 May 2013 20:55:19 +0000 (13:55 -0700)
commitffe8a3c5e2996d3c017c5eb74e94515382b204a5
treeb009625ee2eb4661603beaac2e4ed4e7ebdbd3bb
parent30fde1b2795c2db5672b86a45ec32fdb8942573e
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
src/make.rc