File: executable-is-script.patch

package info (click to toggle)
wise 2.4.1-28
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,348 kB
  • sloc: ansic: 276,376; makefile: 1,021; perl: 886; lex: 93; yacc: 81; sh: 25
file content (14 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix perl binary location for
 executable-not-elf-or-script lintian warning
Author: Lance Lin <lq27267@gmail.com>
Last-Update: 2024-03-15
Forwarded: not-needed

--- a/src/test/testman.pl
+++ b/src/test/testman.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 if( $opt eq 'cf' ) {
     $conf = shift;