File: interpreter.patch

package info (click to toggle)
renrot 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 392 kB
  • sloc: perl: 1,722; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: use the correct path to /usr/bin/perl
Author: Andreas Beckmann <anbe@debian.org>

--- renrot-1.2.0.orig/renrot
+++ renrot-1.2.0/renrot
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #
 # vim: ts=2 sw=2 et :