about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/git-latexdiff/shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/typesetting/git-latexdiff/shebang.patch')
-rw-r--r--pkgs/tools/typesetting/git-latexdiff/shebang.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/git-latexdiff/shebang.patch b/pkgs/tools/typesetting/git-latexdiff/shebang.patch
new file mode 100644
index 000000000000..1d6d27c6e310
--- /dev/null
+++ b/pkgs/tools/typesetting/git-latexdiff/shebang.patch
@@ -0,0 +1,10 @@
+Fix for https://gitlab.com/git-latexdiff/git-latexdiff/issues/8
+---
+--- src/git-latexdiff	2016-01-26 14:04:54.338568955 +0100
++++ src/git-latexdiff	2016-01-26 14:40:23.700381943 +0100
+@@ -1,4 +1,4 @@
+-#! /bin/bash
++#!/usr/bin/env bash
+ 
+ # Main author: Matthieu Moy <Matthieu.Moy@imag.fr> (2012 - 2015)
+ # (See the Git history for other contributors)