From 9ae3f98360db4562c93ea8a422d5e325a382ee43 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 31 Oct 2000 14:43:52 +0000 Subject: [PATCH] remove a line for debugging --- gnu/dist/sendmail/sendmail2netbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/dist/sendmail/sendmail2netbsd b/gnu/dist/sendmail/sendmail2netbsd index 65a7ef46225a..c3cc61ca2a16 100755 --- a/gnu/dist/sendmail/sendmail2netbsd +++ b/gnu/dist/sendmail/sendmail2netbsd @@ -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