summaryrefslogtreecommitdiffstats
path: root/0004-don-t-use-usr-bin-env-in-shebang.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-don-t-use-usr-bin-env-in-shebang.patch')
-rw-r--r--0004-don-t-use-usr-bin-env-in-shebang.patch34
1 files changed, 17 insertions, 17 deletions
diff --git a/0004-don-t-use-usr-bin-env-in-shebang.patch b/0004-don-t-use-usr-bin-env-in-shebang.patch
index 5a949c5..5c8e2e7 100644
--- a/0004-don-t-use-usr-bin-env-in-shebang.patch
+++ b/0004-don-t-use-usr-bin-env-in-shebang.patch
@@ -1,6 +1,6 @@
-From 6d28b9227823b0a6ee9650a97ea406cf4ef8160e Mon Sep 17 00:00:00 2001
+From e263e19aa1c63dbcbe710e8aae79c8e298606e4c Mon Sep 17 00:00:00 2001
From: Peter Schiffer <pschiffe@redhat.com>
-Date: Tue, 23 Jul 2013 14:09:50 +0200
+Date: Tue, 4 Nov 2014 14:49:57 +0100
Subject: [PATCH] don't use /usr/bin/env in shebang
There might be an issue that the script is executed with unwanted version of
@@ -8,14 +8,14 @@ There might be an issue that the script is executed with unwanted version of
Resolves: #987069
---
- contrib/chem/chem.pl | 2 +-
- contrib/groffer/perl/groffer.pl | 2 +-
- contrib/groffer/perl/roff2.pl | 2 +-
- src/roff/grog/grog.pl | 2 +-
+ contrib/chem/chem.pl | 2 +-
+ contrib/groffer/groffer.pl | 2 +-
+ contrib/groffer/roff2.pl | 2 +-
+ src/roff/grog/grog.pl | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contrib/chem/chem.pl b/contrib/chem/chem.pl
-index dacf8b4..932606a 100755
+index 1a8b3cc..15eda5f 100755
--- a/contrib/chem/chem.pl
+++ b/contrib/chem/chem.pl
@@ -1,4 +1,4 @@
@@ -24,20 +24,20 @@ index dacf8b4..932606a 100755
# chem - a groff preprocessor for producing chemical structure diagrams
-diff --git a/contrib/groffer/perl/groffer.pl b/contrib/groffer/perl/groffer.pl
-index f56fbfc..d0352d0 100755
---- a/contrib/groffer/perl/groffer.pl
-+++ b/contrib/groffer/perl/groffer.pl
+diff --git a/contrib/groffer/groffer.pl b/contrib/groffer/groffer.pl
+index 4e2e575..913e8eb 100755
+--- a/contrib/groffer/groffer.pl
++++ b/contrib/groffer/groffer.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
# groffer - display groff files
-diff --git a/contrib/groffer/perl/roff2.pl b/contrib/groffer/perl/roff2.pl
-index cf95f95..9ba6860 100755
---- a/contrib/groffer/perl/roff2.pl
-+++ b/contrib/groffer/perl/roff2.pl
+diff --git a/contrib/groffer/roff2.pl b/contrib/groffer/roff2.pl
+index f0ca9f2..1b8577f 100755
+--- a/contrib/groffer/roff2.pl
++++ b/contrib/groffer/roff2.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
@@ -45,7 +45,7 @@ index cf95f95..9ba6860 100755
# roff2* - transform roff files into other formats
diff --git a/src/roff/grog/grog.pl b/src/roff/grog/grog.pl
-index 3f33d86..77adf78 100644
+index fb7b54c..9baa869 100644
--- a/src/roff/grog/grog.pl
+++ b/src/roff/grog/grog.pl
@@ -1,4 +1,4 @@
@@ -55,5 +55,5 @@ index 3f33d86..77adf78 100644
# Inspired by doctype script in Kernighan & Pike, Unix Programming
# Environment, pp 306-8.
--
-1.7.11.7
+1.9.3