From 1bcb8fae216ed3933ea7b610848e73e976f7cdc3 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 12 Jul 2002 06:12:37 +0000 Subject: [PATCH] Add missing || true for unset NONUS --- CONF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONF.sh b/CONF.sh index dd26ef1e..c024b7a1 100644 --- a/CONF.sh +++ b/CONF.sh @@ -3,7 +3,7 @@ # # Unset all optional variables first to start from a clean state -unset NONUS +unset NONUS || true unset FORCENONUSONCD1 || true unset NONFREE || true unset EXTRANONFREE || true