From bbf480a8c5debced7439dfc0e7f5a69993d760fb Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Sun, 19 Apr 2020 21:12:04 -0400 Subject: [PATCH] all.rc: pass arguments to make.rc all.bash passes argument to make.bash. Do the same for all.rc. Change-Id: Ic709c6b32c2986ca5acf16520be4ce7f1c058f5b Reviewed-on: https://go-review.googlesource.com/c/go/+/228891 Run-TryBot: Cherry Zhang Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- src/all.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/all.rc b/src/all.rc index 14e2f5565ae..45b1261a206 100755 --- a/src/all.rc +++ b/src/all.rc @@ -10,7 +10,7 @@ if(! test -f make.rc){ exit wrongdir } -. ./make.rc --no-banner +. ./make.rc --no-banner $* bind -b $GOROOT/bin /bin ./run.rc --no-rebuild $GOTOOLDIR/dist banner # print build info