pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdiff/files print "can't strip away rcs ids...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f28309eab4ad
branches:  trunk
changeset: 475706:f28309eab4ad
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 23 21:55:47 2004 +0000

description:
print "can't strip away rcs ids" message to stderr, not stdout

diffstat:

 pkgtools/pkgdiff/files/pkgdiff |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 582382e52dab -r f28309eab4ad pkgtools/pkgdiff/files/pkgdiff
--- a/pkgtools/pkgdiff/files/pkgdiff    Sun May 23 20:58:41 2004 +0000
+++ b/pkgtools/pkgdiff/files/pkgdiff    Sun May 23 21:55:47 2004 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index