summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/all.bash b/src/all.bash
index 932b65dc0..488ca4679 100755
--- a/src/all.bash
+++ b/src/all.bash
@@ -8,6 +8,8 @@ if [ ! -f make.bash ]; then
echo 'all.bash must be run from $GOROOT/src' 1>&2
exit 1
fi
+OLDPATH="$PATH"
. ./make.bash --no-banner
-bash run.bash --no-rebuild --banner
+bash run.bash --no-rebuild
+PATH="$OLDPATH"
$GOTOOLDIR/dist banner # print build info