Remove lines containing $Id$ and adjust this patch file so that this can
be applied cleanly.
This commit is contained in:
parent
757815c010
commit
94cd1c774d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7896
1 changed files with 2 additions and 6 deletions
|
@ -1,18 +1,14 @@
|
|||
*** adcomplain.pl.orig Sat Sep 13 17:48:01 1997
|
||||
--- adcomplain.pl Sat Sep 13 17:59:23 1997
|
||||
***************
|
||||
*** 1,6 ****
|
||||
*** 1,4 ****
|
||||
! #! /bin/sh -- # -*- perl -*-
|
||||
! eval 'exec perl $0 ${1+"$@"}'
|
||||
! if 0;
|
||||
|
||||
# $Id: adcomplain.pl,v 1.6 1997/08/01 19:38:06 jason Exp $
|
||||
|
||||
--- 1,4 ----
|
||||
--- 1,2 ----
|
||||
! #!/usr/bin/perl
|
||||
|
||||
# $Id: adcomplain.pl,v 1.6 1997/08/01 19:38:06 jason Exp $
|
||||
|
||||
***************
|
||||
*** 230,236 ****
|
||||
$noinclude = 1;
|
||||
|
|
Loading…
Reference in a new issue