File: fix-interpreter.patch

package info (click to toggle)
libpostscript-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 164 kB
  • ctags: 29
  • sloc: perl: 740; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Author: David Paleino <d.paleino@gmail.com>
Description: fix interpreter

--- a/example.pl
+++ b/example.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 use strict;
 use PostScript::TextBlock;