Check if go install succeed

This commit is contained in:
obscuren 2014-06-26 23:31:07 +02:00
parent d57b7e8d5f
commit 1b74b98f90
1 changed files with 4 additions and 0 deletions

View File

@ -49,5 +49,9 @@ else
fi
go install
if [ $? == 0 ]; then
echo "go install failed"
exit
fi
echo "done. Please run $exe :-)"