From 32bf988ae22df759c629cd6f4d616d7546e39e54 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 03:00:30 +0000 Subject: Update `Functions/cli_checkFiles.sh'. Start using CLI_WRKCOPY variable, instead of `HOME/artwork' string. --- diff --git a/Scripts/Functions/cli_checkFiles.sh b/Scripts/Functions/cli_checkFiles.sh index 4f12c91..7ab9567 100755 --- a/Scripts/Functions/cli_checkFiles.sh +++ b/Scripts/Functions/cli_checkFiles.sh @@ -134,7 +134,7 @@ function cli_checkFiles { -w|--working-copy ) for FILE in $(echo $FILES);do - if [[ ! $FILE =~ "^${HOME}/artwork/.+$" ]];then + if [[ ! $FILE =~ "^${CLI_WRKCOPY}/.+$" ]];then cli_printMessage "`eval_gettext "The path \\\"\\\$FILE\\\" does not exist inside the working copy."`" --as-error-line fi done