summaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/all.bash b/src/all.bash
index 454582c0c..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
+PATH="$OLDPATH"
$GOTOOLDIR/dist banner # print build info