diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-18 14:21:43 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-18 14:21:43 -0500 |
commit | f4bb7ab460fde6055e42463d19adeb4b15a188ba (patch) | |
tree | 3a7b9a2138cea48c2ea39b8eaf38b1ff42c8c6cf /etc/pkgs/001-python.sh | |
parent | 82adb5b56b838fa2d96a1e5a6af27d47ea40374f (diff) | |
download | docker-python-f4bb7ab460fde6055e42463d19adeb4b15a188ba.tar.gz |
Fail on error
Diffstat (limited to 'etc/pkgs/001-python.sh')
-rwxr-xr-x | etc/pkgs/001-python.sh | 2 |
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%.*}" |