From 87f8b31b39fc9bd3eed18fe0ea87804778029761 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 09 2012 01:28:13 +0000 Subject: Update `trunk/Scripts/Bash/Functions/Commons/cli_checkFiles.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_checkFiles.sh b/Scripts/Bash/Functions/Commons/cli_checkFiles.sh index 75a91d5..17d90d4 100755 --- a/Scripts/Bash/Functions/Commons/cli_checkFiles.sh +++ b/Scripts/Bash/Functions/Commons/cli_checkFiles.sh @@ -134,7 +134,7 @@ function cli_checkFiles { -w|--working-copy ) for FILE in $(echo $FILES);do - if [[ ! $FILE =~ "^${CLI_WRKCOPY}/.+$" ]];then + if [[ ! $FILE =~ "^${TCAR_WORKDIR}/.+$" ]];then cli_printMessage "`eval_gettext "The path \\\"\\\$FILE\\\" does not exist inside the working copy."`" --as-error-line fi done