diff options
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 + |