From b6417564c695584b71f8edd2d319296281889e6d Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 10 Mar 2004 21:59:04 +0000 Subject: [PATCH] Make sure DI_CODENAME is not taken from the environemt by from the config file. --- CONF.sh | 1 + debian/CONF.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CONF.sh b/CONF.sh index 94311211..0ea3349e 100644 --- a/CONF.sh +++ b/CONF.sh @@ -40,6 +40,7 @@ unset UDEB_EXCLUDE || true unset BASE_INCLUDE || true unset BASE_EXCLUDE || true unset INSTALLER_CD || true +unset DI_CODENAME || true # The debian-cd dir diff --git a/debian/CONF.sh b/debian/CONF.sh index c664553e..fca62c90 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -29,6 +29,7 @@ unset PUBLISH_URL || true unset PUBLISH_NONUS_URL || true unset PUBLISH_PATH || true unset INSTALLER_CD || true +unset DI_CODENAME || true # The debian-cd dir