From 29e3abbaf22ad3d538770545ec264608ace23579 Mon Sep 17 00:00:00 2001 From: danw Date: Sun, 23 May 2004 21:55:47 +0000 Subject: print "can't strip away rcs ids" message to stderr, not stdout --- pkgtools/pkgdiff/files/pkgdiff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgtools/pkgdiff/files/pkgdiff b/pkgtools/pkgdiff/files/pkgdiff index 62b5b7814f4..af2a7ffe183 100755 --- a/pkgtools/pkgdiff/files/pkgdiff +++ b/pkgtools/pkgdiff/files/pkgdiff @@ -1,6 +1,6 @@ #!@SH@ # -# $NetBSD: pkgdiff,v 1.13 2003/07/07 12:55:17 seb Exp $ +# $NetBSD: pkgdiff,v 1.14 2004/05/23 21:55:47 danw Exp $ # # Usage: pkgdiff newfile # pkgdiff oldfile newfile @@ -43,7 +43,7 @@ while [ `dodiff "$PKGDIFF_FMT" -$lines "$old" "$new" | egrep -c '\\$(NetBSD|Auth do lines=`expr $lines - 1` if [ $lines = 0 ]; then - echo "Cannot strip away RCS IDs, please handle manually!" + echo "Cannot strip away RCS IDs, please handle manually!" >&2 exit 1 fi done -- cgit v1.2.3