aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-08-21 23:02:47 +0800
committerchriseth <chris@ethereum.org>2017-08-23 23:37:35 +0800
commitcf5e1d6120513c757bd5c71f1e3af972a9a63aeb (patch)
tree6910848eb79274896826e69a603e8a34fb5fadc3 /scripts
parent8853183d060104777b03921ccda1e9db600f0e8e (diff)
downloaddexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.tar.gz
dexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.tar.zst
dexon-solidity-cf5e1d6120513c757bd5c71f1e3af972a9a63aeb.zip
Review changes.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_deps.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 760e4b80..3a1abe10 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -212,7 +212,7 @@ case $(uname -s) in
git \
libboost-all-dev \
unzip \
- "$install_z3"
+ "$install_z3"
;;
@@ -317,7 +317,8 @@ case $(uname -s) in
build-essential \
cmake \
git \
- libboost-all-dev "$install_z3"
+ libboost-all-dev \
+ "$install_z3"
if [ "$CI" = true ]; then
# Install 'eth', for use in the Solidity Tests-over-IPC.
# We will not use this 'eth', but its dependencies