diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 14:24:55 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 14:24:55 +0000 |
commit | e8f73f8d82d2b98997fc4177dba2472d2e049dcd (patch) | |
tree | 56d612cbd996dfe1012ab86401e89f5d0c1a7aa4 /testing/icdiff/fix-python-interpreter.patch | |
parent | d337fb86752190f4a32efa31a6c716d9e38658da (diff) | |
download | aports-e8f73f8d82d2b98997fc4177dba2472d2e049dcd.tar.bz2 aports-e8f73f8d82d2b98997fc4177dba2472d2e049dcd.tar.xz |
testing/icdiff: new aport
Diffstat (limited to 'testing/icdiff/fix-python-interpreter.patch')
-rw-r--r-- | testing/icdiff/fix-python-interpreter.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/icdiff/fix-python-interpreter.patch b/testing/icdiff/fix-python-interpreter.patch new file mode 100644 index 0000000000..05d1cb9a9e --- /dev/null +++ b/testing/icdiff/fix-python-interpreter.patch @@ -0,0 +1,12 @@ +diff --git a/icdiff b/icdiff +old mode 100755 +new mode 100644 +index 3e4e8721e8..b24847eac6 +--- a/icdiff ++++ b/icdiff +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + + """ icdiff.py + |