From 02dc0867f9296c1f1c705615ccb3fb4fe4a3ecff Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 01:17:57 +0000 Subject: Update `Functions/Prepare/prepare_updateLinks.sh' file. --- diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh index b03c878..fe1e75e 100755 --- a/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh +++ b/Scripts/Bash/Functions/Prepare/prepare_updateLinks.sh @@ -79,9 +79,9 @@ function prepare_updateLinks { done # Define link relation for cli. - LINKS_SRC[((++${#LINKS_SRC[*]}))]=${APPS_DIR}/${TCAR_CLI_NAME} - LINKS_DST[((++${#LINKS_DST[*]}))]=${CLI_BASEDIR}/${TCAR_CLI_NAME}.sh - USERFILES="${APPS_DIR}/${TCAR_CLI_NAME}" + LINKS_SRC[((++${#LINKS_SRC[*]}))]=${APPS_DIR}/${CLI_NAME} + LINKS_DST[((++${#LINKS_DST[*]}))]=${CLI_BASEDIR}/${CLI_NAME}.sh + USERFILES="${APPS_DIR}/${CLI_NAME}" # Define link relation for fonts. for FONT in $(cli_getFilesList "${WCDIR_FONTS}" --pattern='.+\.ttf');do