From cfcc66f8666fdd55c640602daf186c09d57ccef3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 29 2011 03:00:28 +0000 Subject: Update `Functions/cli_expandTMarkers.sh'. Start using CLI_WRKCOPY variable, instead of `HOME/artwork' string. --- diff --git a/Scripts/Functions/cli_expandTMarkers.sh b/Scripts/Functions/cli_expandTMarkers.sh index e5a1042..8ceac83 100755 --- a/Scripts/Functions/cli_expandTMarkers.sh +++ b/Scripts/Functions/cli_expandTMarkers.sh @@ -116,7 +116,7 @@ function cli_expandTMarkers { SRC[((++${#SRC[*]}))]='=REPO_TLDIR=' DST[((++${#DST[*]}))]="$(cli_getRepoTLDir)" SRC[((++${#SRC[*]}))]='=REPO_HOME=' - DST[((++${#DST[*]}))]="${HOME}/artwork" + DST[((++${#DST[*]}))]="${CLI_WRKCOPY}" # Do replacement of nested translation markers. while [[ $COUNTDST -lt ${#DST[@]} ]];do