diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-16 11:45:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-16 11:45:01 +0000 |
commit | 4055532e859d36cc9008dd6000a278807bdce3bf (patch) | |
tree | da60c47c990f4164b70263aa114f1a130e06e27c /mail/adcomplain/files/patch-aa | |
parent | Better fix for perl5-in-current world. (diff) |
Use PERL5 variable
Diffstat (limited to '')
-rw-r--r-- | mail/adcomplain/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/adcomplain/files/patch-aa b/mail/adcomplain/files/patch-aa index 9fe4846caf59..e2d9feed6195 100644 --- a/mail/adcomplain/files/patch-aa +++ b/mail/adcomplain/files/patch-aa @@ -3,7 +3,7 @@ *************** *** 1,3 **** --- 1,4 ---- -+ #!/usr/local/bin/perl ++ #!%PERL5% #! /bin/sh -- # -*- perl -*- # first line invokes sh. Some systems may need to refer to perl directly, i.e.: |