aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 00:58:00 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 00:58:00 +0100
commit5044f45935fe320304a29b3fd4978d12ad371e6b (patch)
tree7cdd4d4401e58bb3eaa0e7210be16957655f9945 /scripts
parentc4ce20a93e3b21cf033e813501f44414253a17cc (diff)
scripts/osmo-deps.sh: set -ex to log actions and exit on error
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osmo-deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmo-deps.sh b/scripts/osmo-deps.sh
index 95081bd..660ceb6 100755
--- a/scripts/osmo-deps.sh
+++ b/scripts/osmo-deps.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+set -ex
if ! test -d $1;
then