pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Unset CDPATH variable in the user environment ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c676ea8e8756
branches:  trunk
changeset: 479156:c676ea8e8756
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Fri Aug 06 10:41:51 2004 +0000

description:
Unset CDPATH variable in the user environment which prints the cwd to stdout
when changing directory, breaking the resulting tsort from the printindex
script output.

diffstat:

 mk/bulk/build |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 40aa0ca1d06d -r c676ea8e8756 mk/bulk/build
--- a/mk/bulk/build     Fri Aug 06 10:37:10 2004 +0000
+++ b/mk/bulk/build     Fri Aug 06 10:41:51 2004 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: build,v 1.41 2004/07/22 14:26:42 agc Exp $
+# $NetBSD: build,v 1.42 2004/08/06 10:41:51 sketch Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -161,6 +161,8 @@
 fi
 echo ""
 
+unset CDPATH           # ensure cd does not print new cwd to stdout, which
+                       # confuses the printindex script.
 unset DISPLAY          # allow sane failure for gimp, xlispstat
 
 # Check that the pkg_tools are up to date



Home | Main Index | Thread Index | Old Index