From 4d66904a5307369e464152acfe52616429b6511c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 03:00:33 +0000 Subject: Update `Functions/cli_checkRepoDirTarget.sh'. Start using CLI_WRKCOPY variable, instead of `HOME/artwork' string. --- diff --git a/Scripts/Functions/cli_checkRepoDirTarget.sh b/Scripts/Functions/cli_checkRepoDirTarget.sh index 5a2b115..4f14fe1 100755 --- a/Scripts/Functions/cli_checkRepoDirTarget.sh +++ b/Scripts/Functions/cli_checkRepoDirTarget.sh @@ -37,7 +37,7 @@ function cli_checkRepoDirTarget { # trunk/..., the /home/centos/artwork/ part is automatically added # here. if [[ $LOCATION =~ '^(trunk|branches|tags)/.+$' ]];then - LOCATION=${HOME}/artwork/$LOCATION + LOCATION=${CLI_WRKCOPY}/$LOCATION fi # Print target location.