From 82583061e8855c3e151a771ad5f0e322e3534fe9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 15 2011 15:56:56 +0000 Subject: Update `prepare' functionality: - Rename variable name from CONFIGDIR to PREPARE_CONFIG_DIR. --- diff --git a/Scripts/Functions/Prepare/prepare.sh b/Scripts/Functions/Prepare/prepare.sh index 0a9c54c..abef5e0 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 CONFIGDIR=${CLI_FUNCDIR}/${CLI_FUNCDIRNAM}/Config + local PREPARE_CONFIG_DIR=${CLI_FUNCDIR}/${CLI_FUNCDIRNAM}/Config # Interpret arguments and options passed through command-line. prepare_getOptions diff --git a/Scripts/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Functions/Prepare/prepare_updateLinks.sh index f496d9a..c3f9134 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=${CONFIGDIR} + local WCDIR_EDITOR=${PREPARE_CONFIG_DIR} # Define link relation for cli. LINKS_SRC[((++${#LINKS_SRC[*]}))]=${APPS_DIR}/${CLI_PROGRAM}