mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added missing "stop on error" to scripts/install.sh.
This commit is contained in:
parent
fbe0edb32c
commit
18906cce2b
@ -44,6 +44,8 @@
|
||||
# (c) 2016 solidity contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
set -e
|
||||
|
||||
# Check for 'uname' and abort if it is not available.
|
||||
uname -v > /dev/null 2>&1 || { echo >&2 "ERROR - solidity requires 'uname' to identify the platform."; exit 1; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user