Commit 1b74b98f authored by obscuren's avatar obscuren

Check if go install succeed

parent d57b7e8d
...@@ -49,5 +49,9 @@ else ...@@ -49,5 +49,9 @@ else
fi fi
go install go install
if [ $? == 0 ]; then
echo "go install failed"
exit
fi
echo "done. Please run $exe :-)" echo "done. Please run $exe :-)"
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