File: hashbang.patch

package info (click to toggle)
libipc-run-perl 20231003.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: perl: 6,255; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix hashbang to example script
Origin: vendor
Bug-Debian: https://bugs.debian.org/543673
Forwarded: no
Author: Gregor Herrmann <gregoa@debian.org>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2023-10-29

--- a/eg/synopsis_scripting
+++ b/eg/synopsis_scripting
@@ -1,3 +1,4 @@
+#!/usr/bin/perl -w
 use strict;
 
 my @cat = qw( cat );