summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-12 08:11:20 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-12 08:23:39 +0200
commitf9bc38487ee38900c740be2b5b0cf07901f29ca4 (patch)
tree883a05f707ba9b04c1e8e6ca2616594579b4bb8c
parent6c53e211294be47d626b65b1c71e4736c22dacac (diff)
downloadextrautils-f9bc38487ee38900c740be2b5b0cf07901f29ca4.tar.gz
refactor(do-until): port to Python3
-rwxr-xr-xdo-until2
1 files changed, 1 insertions, 1 deletions
diff --git a/do-until b/do-until
index f699d97..24e8e22 100755
--- a/do-until
+++ b/do-until
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#
# do-until - run a command until it succeeds
# Copyright (C) 2008, 2011 Lars Wirzenius