]> arthur.barton.de Git - bup.git/blobdiff - dev/cleanup-mounts-under
Drop support for python 2
[bup.git] / dev / cleanup-mounts-under
index b1a9acb0a94448b51849620778a45f68cb34a345..0786034b0624839d361ec691388892717cc216f0 100755 (executable)
@@ -9,8 +9,8 @@ for python in \
     python3.8 \
     python3.7 \
     python3.6 \
-    python \
-    python2.7; do \
+    python; \
+do \
     if command -v "$python"; then
         exec "$python" "$0" "$@"
     fi