diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2019-05-13 10:15:58 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-13 10:49:53 +0000 |
commit | 4c33316a5795e7fac253aa09d1cedcba5cccb60f (patch) | |
tree | d8cb49cf05c63acd201a97f6316588c4df62486c /testing/vint/01-python3-shebang.patch | |
parent | 8d2e670c3970316e4fc50a2f42f167427a1e2d63 (diff) | |
download | aports-4c33316a5795e7fac253aa09d1cedcba5cccb60f.tar.gz aports-4c33316a5795e7fac253aa09d1cedcba5cccb60f.tar.bz2 aports-4c33316a5795e7fac253aa09d1cedcba5cccb60f.tar.xz |
testing/vint: new aport
Closes GH-7859
Diffstat (limited to 'testing/vint/01-python3-shebang.patch')
-rw-r--r-- | testing/vint/01-python3-shebang.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/vint/01-python3-shebang.patch b/testing/vint/01-python3-shebang.patch new file mode 100644 index 0000000000..c642296321 --- /dev/null +++ b/testing/vint/01-python3-shebang.patch @@ -0,0 +1,8 @@ +--- a/bin/vint ++++ b/bin/vint +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + import sys + from pathlib import Path |