X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=dev%2Fcleanup-mounts-under;h=0786034b0624839d361ec691388892717cc216f0;hp=b1a9acb0a94448b51849620778a45f68cb34a345;hb=c8af075fbf5fe45ceaf411dc01f7016290e8d794;hpb=6b3ca3bfa2de00c23c037737eae475e616ac3ed6 diff --git a/dev/cleanup-mounts-under b/dev/cleanup-mounts-under index b1a9acb..0786034 100755 --- a/dev/cleanup-mounts-under +++ b/dev/cleanup-mounts-under @@ -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