Commit b0fc8a9d authored by Gustavo Niemeyer's avatar Gustavo Niemeyer

build: don't print anything on version.bash -save

R=rsc
CC=golang-dev
https://golang.org/cl/4904044
parent 220c7498
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style # Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file. # license that can be found in the LICENSE file.
GOROOT=$(cd `dirname $0`/..; pwd) GOROOT=$(dirname $0)/..
# If a version file created by -save is available, use it # If a version file created by -save is available, use it
if [ -f "$GOROOT/VERSION" ]; then if [ -f "$GOROOT/VERSION" ]; then
...@@ -45,7 +45,6 @@ fi ...@@ -45,7 +45,6 @@ fi
if [ "$1" = "-save" ]; then if [ "$1" = "-save" ]; then
echo $VERSION > $GOROOT/VERSION echo $VERSION > $GOROOT/VERSION
echo "Saved '$VERSION' to $GOROOT/VERSION" 1>&2
else else
echo $VERSION echo $VERSION
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment