From 98a7bb3299d94105c67636ad012d67759d8f669a Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Fri, 22 Feb 2013 16:04:49 -0500 Subject: [PATCH] exit script as soon as it errors --- tests/install_sodium.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/install_sodium.sh b/tests/install_sodium.sh index 907bff8c..d0319669 100755 --- a/tests/install_sodium.sh +++ b/tests/install_sodium.sh @@ -1,4 +1,6 @@ #!/bin/sh +set -e + cd $HOME wget http://download.dnscrypt.org/libsodium/releases/libsodium-0.2.tar.gz tar xvf libsodium-0.2.tar.gz -- GitLab