diff --git a/Scripts/Functions/Prepare/prepare.sh b/Scripts/Functions/Prepare/prepare.sh
index c87f4f9..c17d175 100755
--- a/Scripts/Functions/Prepare/prepare.sh
+++ b/Scripts/Functions/Prepare/prepare.sh
@@ -32,7 +32,7 @@ function prepare {
 
     # Define absolute path to directory holding prepare's
     # configuration files.
-    local PREPARE_CONFIG_DIR=${CLI_FUNCDIR}/${CLI_FUNCDIRNAM}/Config
+    local CONFIGDIR=${CLI_FUNCDIR}/${CLI_FUNCDIRNAM}/Config
 
     # Interpret arguments and options passed through command-line.
     ${CLI_FUNCNAME}_getOptions
diff --git a/Scripts/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Functions/Prepare/prepare_updateLinks.sh
index edab47c..55f8e76 100755
--- a/Scripts/Functions/Prepare/prepare_updateLinks.sh
+++ b/Scripts/Functions/Prepare/prepare_updateLinks.sh
@@ -58,7 +58,7 @@ function prepare_updateLinks {
     local WCDIR_PALETTES=${WCDIR}/Palettes
     local WCDIR_PATTERNS=${WCDIR}/Patterns
     local WCDIR_FONTS=${WCDIR}/Fonts
-    local WCDIR_EDITOR=${PREPARE_CONFIG_DIR}
+    local WCDIR_EDITOR=${CONFIGDIR}
 
     # Define link relation for cli.
     LINKS_SRC[((++${#LINKS_SRC[*]}))]=${APPS_DIR}/${CLI_PROGRAM}