You might say I missed my exit...

This commit is contained in:
Joshua Bussdieker
2012-01-23 22:31:50 -08:00
parent 9ea0bb5944
commit f15df4fa4c
+1
View File
@@ -13,6 +13,7 @@ if [[ $1 == "install" ]]; then
echo " * Compiling..."
else
echo "Failed to download version $REVISION. See logs in $GVMROOT/download.log for details"
exit 1
fi
cd $INSTALL_ROOT/src && unset GOROOT && unset GOARCH && unset GOOS && unset GOPATH && ./all.bash > $INSTALL_ROOT/install.log 2>&1
if [[ $? == 0 ]]; then