Commit 241a262f authored by Andrew Gerrand's avatar Andrew Gerrand

build: don't require hg for build

R=golang-dev, dsymonds, n13m3y3r
CC=golang-dev
https://golang.org/cl/4873048
parent 17584929
...@@ -5,8 +5,9 @@ ...@@ -5,8 +5,9 @@
# Check that we can use 'hg' # Check that we can use 'hg'
if ! hg version > /dev/null 2>&1; then if ! hg version > /dev/null 2>&1; then
echo 'hg not installed' 1>&2 echo 'unable to report version: hg not installed' 1>&2
exit 2 echo 'unknown'
exit 0
fi fi
# Get numerical revision # Get numerical revision
......
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