diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-07 22:20:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-07 22:20:28 +0000 |
commit | afa3809ca65c3c79091e1bb2a932080a3f11585d (patch) | |
tree | c16b724361cd8c8bc5da0226eda4b8e3c90b42c7 /mail | |
parent | Fix possible regexp botch (diff) |
Remove h$id expansion
Notes
Notes:
svn path=/head/; revision=8166
Diffstat (limited to 'mail')
-rw-r--r-- | mail/adcomplain/files/patch-aa | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/adcomplain/files/patch-aa b/mail/adcomplain/files/patch-aa index 9e10d71cde35..8029756ef758 100644 --- a/mail/adcomplain/files/patch-aa +++ b/mail/adcomplain/files/patch-aa @@ -1,18 +1,14 @@ *** adcomplain.pl.orig Wed Oct 8 02:02:29 1997 --- adcomplain.pl Wed Oct 8 02:13:15 1997 *************** -*** 1,6 **** +*** 1,4 **** ! #! /bin/sh -- # -*- perl -*- ! eval 'exec perl $0 ${1+"$@"}' ! if 0; - # $Id: adcomplain.pl,v 2.56 1997/10/03 23:09:02 jason Exp $ - ---- 1,4 ---- +--- 1,2 ---- ! #!/usr/bin/perl - # $Id: adcomplain.pl,v 2.56 1997/10/03 23:09:02 jason Exp $ - *************** *** 172,178 **** $noinclude = 1; |