about summary refs log tree commit homepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/profiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/profiles.sh b/ci/profiles.sh
index 3cd8fa38..e58b61d5 100755
--- a/ci/profiles.sh
+++ b/ci/profiles.sh
@@ -30,8 +30,8 @@ GNU/Linux)
                 esac
 
                 case $ID--$VERSION_ID in
-                -|*--|--*) continue ;;
-                *--*) break ;;
+                *--|--*) continue ;;
+                *) break ;;
                 esac
         done
         ;;