diff options
-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%.*}" |