File: add-shebang.patch

package info (click to toggle)
libnet-tclink-perl 3.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 384 kB
  • ctags: 143
  • sloc: ansic: 673; perl: 95; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add shebang to test file
Forwarded: not-needed
Author: Dan Helfman <witten@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-01-05

--- a/test.pl
+++ b/test.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/perl
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl test.pl'