mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 02:45:02 +00:00
Check if go install succeed
This commit is contained in:
parent
d57b7e8d5f
commit
1b74b98f90
1 changed files with 4 additions and 0 deletions
|
|
@ -49,5 +49,9 @@ else
|
|||
fi
|
||||
|
||||
go install
|
||||
if [ $? == 0 ]; then
|
||||
echo "go install failed"
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "done. Please run $exe :-)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue