remove a line for debugging

This commit is contained in:
itojun 2000-10-31 14:43:52 +00:00
parent 4e9651bacd
commit 9ae3f98360
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
#
# $NetBSD: sendmail2netbsd,v 1.3 2000/10/10 11:17:30 itojun Exp $
# $NetBSD: sendmail2netbsd,v 1.4 2000/10/31 14:43:52 itojun Exp $
#
# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
# All rights reserved.
@ -42,7 +42,6 @@ find . -type f -print | grep -v CVS | grep -v sendmail2netbsd | while read f; do
sed -e ' s/\$\(RCSfile[^\$]*\) \$/\1/' < $f > /tmp/bind1f$$ && mv /tmp/bind1f$$ $f && \
echo removed RCSfile tag from $f
done
exit 0
### Remove the $'s around the Id:
find . -type f -print | grep -v CVS | grep -v sendmail2netbsd | while read f; do
@ -66,3 +65,4 @@ done
(cd doc/op; make clean)
echo "please edit sendmail/helpfile by hand."
exit 0