summaryrefslogtreecommitdiff
path: root/etc/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pkgs')
-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%.*}"