Files
perl-Filter/Filter-1.37.diff

17 lines
378 B
Diff

--- decrypt/decr
+++ decrypt/decr
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# This script will decrypt a Perl script that has been encrypted using the
# "encrypt" script. It cannot decrypt any other kind of encrypted Perl script.
--- examples/filtdef
+++ examples/filtdef
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use strict ;
use warnings ;