File: hashbang.patch

package info (click to toggle)
libxml-filter-reindent-perl 0.03-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: perl: 194; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
correct hashbang in example script

--- a/bin/pretty.pl
+++ b/bin/pretty.pl
@@ -1,4 +1,4 @@
-#!/home1/enno/bin/perl -w
+#!/usr/bin/perl -w
 #
 # Usage: perl pretty.pl URL > out.xml
 #