summaryrefslogtreecommitdiff
path: root/bild
diff options
context:
space:
mode:
Diffstat (limited to 'bild')
-rwxr-xr-xbild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bild b/bild
index fdd3dd7..7ef5009 100755
--- a/bild
+++ b/bild
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-set -ex
+set -exo pipefail
prefix=$(echo $PWD | sed -e "s|^$BIZ_ROOT/*||g" -e "s|/|.|g")
if [[ "$prefix" == "" ]]
then