pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk As I'm not sure for what things ${BULKFILESDIR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9821a5f06b14
branches:  trunk
changeset: 503238:9821a5f06b14
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 16 22:11:11 2005 +0000

description:
As I'm not sure for what things ${BULKFILESDIR}/${BROKENFILE} is used,
error messages from failed "cd" commands simply go to stderr.

diffstat:

 mk/bulk/printindex |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ecb69eed0cea -r 9821a5f06b14 mk/bulk/printindex
--- a/mk/bulk/printindex        Wed Nov 16 22:07:19 2005 +0000
+++ b/mk/bulk/printindex        Wed Nov 16 22:11:11 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: printindex,v 1.24 2005/11/16 22:07:19 rillig Exp $
+# $NetBSD: printindex,v 1.25 2005/11/16 22:11:11 rillig Exp $
 #
 
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -176,6 +176,6 @@
                { echo "[printindex] command failed: cd ${pkgsrcdir}/${pkgdir}"
                  ( cd "${pkgsrcdir}/${pkgdir}"
                  ) || true
-               } >> "${bulkfilesdir}/${brokenfile}" 2>&1
+               } 1>&2
        fi
 done



Home | Main Index | Thread Index | Old Index