File: shebang-to-usr-bin-perl.patch

package info (click to toggle)
feedgnuplot 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,804 kB
  • sloc: perl: 1,341; lisp: 70; sh: 29; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Dima Kogan <dima@secretsauce.net>
Date:   Sat Aug 28 13:33:00 2021 -0700

    #! line uses /usr/bin/env to work with nonstandard installations

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 3123c5b..e5e7ccf 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 package feedgnuplot; # for the metacpan indexer