diff --git a/configure/modules/CONFIG b/configure/modules/CONFIG
index bd4f65e399cc5c7595c91cdfa4df9864497048fd..377f34b3e52ddbdfb0d5fb137525db105957652a 100644
--- a/configure/modules/CONFIG
+++ b/configure/modules/CONFIG
@@ -14,6 +14,10 @@ include $(REQUIRE_CONFIG)/CONFIG_EPICS
 include $(REQUIRE_CONFIG)/CONFIG_DKMS
 include $(REQUIRE_CONFIG)/CONFIG_EXPORT
 
+VARS_EXCLUDES+=BASE_3_14
+VARS_EXCLUDES+=BASE_3_15
+VARS_EXCLUDES+=BASE_3_16
+VARS_EXCLUDES+=BASE_7_0
 VARS_EXCLUDES+=EPICS_VERSION
 VARS_EXCLUDES+=EPICS_REVISION
 VARS_EXCLUDES+=EPICS_MODIFICATION
diff --git a/configure/modules/CONFIG_E3_MAKEFILE b/configure/modules/CONFIG_E3_MAKEFILE
index 9ec0800f99a1957a1f0d69a4417c0e8c8c3b4b17..f3d6ba4b6dc5230b20519468f7d7bf27325ed657 100644
--- a/configure/modules/CONFIG_E3_MAKEFILE
+++ b/configure/modules/CONFIG_E3_MAKEFILE
@@ -31,3 +31,4 @@ E3_MODULE_MAKE_CMDS:=make $(E3_REQUIRE_MAKEFILE_INPUT_OPTIONS)
 ## the following variables to display
 
 VARS_EXCLUDES+=E3_REQUIRE_MAKEFILE_INPUT_OPTIONS
+VARS_EXCLUDES+=GIT_REMOTE_NAME
diff --git a/configure/modules/CONFIG_EPICS b/configure/modules/CONFIG_EPICS
index 51577a87bdb88b4e696998c137bb198bac022aeb..432e0d3fdebe3f1c49d216f5000723c2b19c32e7 100644
--- a/configure/modules/CONFIG_EPICS
+++ b/configure/modules/CONFIG_EPICS
@@ -54,7 +54,7 @@ export M_OPCUA
 #	$(SUDOBASH) "$(MAKE) -C $(E3_MODULE_SRC_PATH)"
 #
 ## And so that last line will only run if SUDOBASH is defined to be "bash -c"
-SUDOBASH := "bash -c"
+SUDOBASH := bash -c
 
 ### Exclude the following variables to display
 VARS_EXCLUDES+=COMMUNITY_EPICS_MODULES
@@ -77,3 +77,5 @@ VARS_EXCLUDES+=M_IPAC
 VARS_EXCLUDES+=M_ADSUPPORT
 VARS_EXCLUDES+=M_ADCORE
 VARS_EXCLUDES+=M_OPCUA
+
+VARS_EXCLUDES+=SUDOBASH
diff --git a/configure/modules/CONFIG_SHELL b/configure/modules/CONFIG_SHELL
index 22770a9bd631115762d404101ec6d8a1390a9909..b35126f3d81d2ac2200ce10c844ce1f0973cc0eb 100644
--- a/configure/modules/CONFIG_SHELL
+++ b/configure/modules/CONFIG_SHELL
@@ -4,3 +4,5 @@ ifdef DEBUG_SHELL
 else
   SHELL = /usr/bin/bash
 endif
+
+VARS_EXCLUDES+=SHELL
diff --git a/configure/modules/CONFIG_TEST b/configure/modules/CONFIG_TEST
index 6ed93714c761d8283cfe164b0aefc37bc0c64d1c..9ef0ba0d780faa337e7b74769ef4cdf6b014dd1c 100644
--- a/configure/modules/CONFIG_TEST
+++ b/configure/modules/CONFIG_TEST
@@ -4,3 +4,6 @@ TEMP_CELL_PATH := $(TOP)/testMods-$(shell date +"%y%m%d%H%M%S")
 RMDIR = $(RM) -rf
 
 EXPORT_VARS += TEMP_CELL_PATH
+
+VARS_EXCLUDES += RMDIR
+VARS_EXCLUDES += TEMP_CELL_PATH