Check if go install succeed

pull/94/head
obscuren 11 years ago
parent d57b7e8d5f
commit 1b74b98f90
  1. 4
      install.sh

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

Loading…
Cancel
Save