File: dont-use-usr-bin-env.patch

package info (click to toggle)
wml 2.32.0~ds1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,828 kB
  • sloc: perl: 6,963; ansic: 747; yacc: 154; makefile: 107; sh: 25
file content (20 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: /usr/bin/env doesn't make sense on Debian and is strongly discouraged
Author: Axel Beckert <abe@debian.org>
Forwarded: not-needed

--- a/wml_frontend/wml-params-conf.src
+++ b/wml_frontend/wml-params-conf.src
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use strict;
 use warnings;
--- a/wml_contrib/tkwmd
+++ b/wml_contrib/tkwmd
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
 #
 # tkwmd -- Tk frontend for the Website Meta Language Documentation
 #