Mercurial not needed anymore, export GOROOT

This commit is contained in:
Harshavardhana
2014-12-23 20:35:05 -08:00
parent 6ad9e4e0d4
commit db49ad5c91
2 changed files with 1 additions and 10 deletions
-5
View File
@@ -10,11 +10,6 @@ if [ $? -ne 0 ]; then
MISSING="${MISSING} git"
fi
env hg --version > /dev/null 2>&1
if [ $? -ne 0 ]; then
MISSING="${MISSING} mercurial"
fi
env gcc --version > /dev/null 2>&1
if [ $? -ne 0 ]; then
MISSING="${MISSING} build-essential"