File: perlpath.patch

package info (click to toggle)
liblinux-fd-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 364 kB
  • sloc: perl: 71; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Use absolute instead of relative path to perl in examples/timers
Author: Christopher Hoskin <mans0954@debian.org>
Forwarded: not-needed
Last-Update: 2018-10-26

--- a/examples/timers
+++ b/examples/timers
@@ -1,4 +1,4 @@
-#! perl
+#!/usr/bin/perl
 
 use 5.012;
 use warnings;