File: wrong-path-for-perl-interpreter

package info (click to toggle)
libio-stty-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 281; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: update shebang to /usr/bin/perl
Author: Bart Martens <bartm@debian.org>
Forwarded: not-needed
Reviewed-by: Nick Morrott <knowledgejunkie@gmail.com>
Last-Update: 2019-02-23
---
--- a/scripts/stty.pl
+++ b/scripts/stty.pl
@@ -1,4 +1,4 @@
-#!/usr/local/perl/bin/perl
+#!/usr/bin/perl
 
 require IO::Stty;