summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-18 14:21:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-18 14:21:43 -0500
commitf4bb7ab460fde6055e42463d19adeb4b15a188ba (patch)
tree3a7b9a2138cea48c2ea39b8eaf38b1ff42c8c6cf
parent82adb5b56b838fa2d96a1e5a6af27d47ea40374f (diff)
downloaddocker-python-f4bb7ab460fde6055e42463d19adeb4b15a188ba.tar.gz
Fail on error
-rwxr-xr-xetc/pkgs/001-python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pkgs/001-python.sh b/etc/pkgs/001-python.sh
index 36cebc6..8a6d19b 100755
--- a/etc/pkgs/001-python.sh
+++ b/etc/pkgs/001-python.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -x
+set -xe
python_version="${PYTHON_VERSION}"
python_basever="${python_version%.*}"