summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-30 18:00:16 +0000
committerrillig <rillig>2005-11-30 18:00:16 +0000
commite965e1b9f7ad15de9fef50049be18e7b2b518525 (patch)
treefc01bb64c221f30e608240553620fd2ff565a489 /mk/bulk
parent24a5f3247272d8bd877218ce047046c7875e9950 (diff)
downloadpkgsrc-e965e1b9f7ad15de9fef50049be18e7b2b518525.tar.gz
- Ignore the return value of the "unset" command. This would terminate the
program if the program would be run in "set -e" mode.
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/build b/mk/bulk/build
index d48c3d59753..cae72a910c5 100644
--- a/mk/bulk/build
+++ b/mk/bulk/build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.89 2005/11/28 21:50:01 rillig Exp $
+# $NetBSD: build,v 1.90 2005/11/30 18:00:16 rillig Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -201,9 +201,9 @@ export BATCH DEPENDS_TARGET
#
# Unset some environment variables that could disturbe the build.
#
-unset CDPATH # ensure cd does not print new cwd to stdout, which
+unset CDPATH || true # ensure cd does not print new cwd to stdout, which
# confuses the printindex script.
-unset DISPLAY # allow sane failure for gimp, xlispstat
+unset DISPLAY || true # allow sane failure for gimp, xlispstat
#
# It starts ...