From d9ef74324b377a81be9cd4f42b72db8a8d15c1b2 Mon Sep 17 00:00:00 2001 From: sketch Date: Fri, 6 Aug 2004 10:41:51 +0000 Subject: 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. --- mk/bulk/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/bulk/build b/mk/bulk/build index 149f9900069..64994a6c240 100644 --- a/mk/bulk/build +++ b/mk/bulk/build @@ -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 @@ -161,6 +161,8 @@ if [ "$ftp_proxy" != "" ]; then 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 -- cgit v1.2.3