summaryrefslogtreecommitdiff
path: root/project/hoppla.sh
diff options
context:
space:
mode:
Diffstat (limited to 'project/hoppla.sh')
-rwxr-xr-xproject/hoppla.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/hoppla.sh b/project/hoppla.sh
index 20d5498..cb87222 100755
--- a/project/hoppla.sh
+++ b/project/hoppla.sh
@@ -48,7 +48,7 @@ fi
for py_ver in "$py_base_ver" "$py_curr_ver"; do
case "$py_ver" in
- [0-9].[0-9].[0-9] )
+ [0-9].[0-9].[0-9] | [0-9].[0-9].[1-2][0-9] )
if ! [ -d "$PY_SOURCE_PREFIX"/Python-$py_ver ]; then
printf '%s: %s: %s\n' "$py_hoppla" \
"$PY_SOURCE_PREFIX"/Python-$py_ver \