File: wrong-shebang

package info (click to toggle)
librrdtool-oo-perl 0.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 320 kB
  • ctags: 36
  • sloc: perl: 1,052; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Wrong path to perl
From: Fabien Wernli <debian@faxm0dem.org>
Origin: vendor

--- a/eg/dt
+++ b/eg/dt
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 ############################################################
 # Create a sample graph
 # Mike Schilli <mschilli1@aol.com>, 2004
--- a/eg/graph.pl
+++ b/eg/graph.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 ############################################################
 # Create a sample graph
 # Mike Schilli <mschilli1@aol.com>, 2004