From b46b2c1649767f848a8da2f01c8e2625792676ec Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 23 2011 02:16:15 +0000 Subject: Update ./cli_replaceTMarkers.sh based on cli_getPathComponent.sh@2853. --- diff --git a/Scripts/Functions/cli_replaceTMarkers.sh b/Scripts/Functions/cli_replaceTMarkers.sh index c4d8f4c..b8da75a 100755 --- a/Scripts/Functions/cli_replaceTMarkers.sh +++ b/Scripts/Functions/cli_replaceTMarkers.sh @@ -58,11 +58,11 @@ function cli_replaceTMarkers { # Define theme translation markers. SRC[((++${#SRC[*]}))]='=THEME=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif)" SRC[((++${#SRC[*]}))]='=THEMENAME=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme-name)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif-name)" SRC[((++${#SRC[*]}))]='=THEMERELEASE=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme-release)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif-release)" # Define release-specific translation markers. SRC[((++${#SRC[*]}))]='=RELEASE='