]> arthur.barton.de Git - bup.git/blobdiff - dev/cleanup-mounts-under
cirrus: update freebsd python, debian to bullseye, macos to monterey
[bup.git] / dev / cleanup-mounts-under
index fedc0b34a7a78390acab8c8423c69d3f18837901..0786034b0624839d361ec691388892717cc216f0 100755 (executable)
@@ -4,12 +4,13 @@
 set -e
 for python in \
     python3 \
+    python3.10 \
     python3.9 \
     python3.8 \
     python3.7 \
     python3.6 \
-    python \
-    python2.7; do \
+    python; \
+do \
     if command -v "$python"; then
         exec "$python" "$0" "$@"
     fi