File: hashbang.patch

package info (click to toggle)
libcoy-perl 0.06-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: perl: 1,915; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: Fix #! /usr/local path

--- a/demo/demo.pl
+++ b/demo/demo.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -ws
+#!/usr/bin/perl -ws
 
 use Coy;