From e8f73f8d82d2b98997fc4177dba2472d2e049dcd Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 2 Jun 2019 14:24:55 +0000 Subject: testing/icdiff: new aport --- testing/icdiff/fix-python-interpreter.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/icdiff/fix-python-interpreter.patch (limited to 'testing/icdiff/fix-python-interpreter.patch') 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 + -- cgit v1.2.3