From bd0f5eb3b4eee114ce0f0fe619692328f44aacf0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 07 2011 14:25:46 +0000 Subject: Update Prepare/prepare_doLinksSuffixes.sh. Start using cli_getRepoName@2581. --- diff --git a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh index 3b3c10d..3ead841 100755 --- a/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh +++ b/Scripts/Functions/Prepare/prepare_doLinksSuffixes.sh @@ -30,7 +30,7 @@ function prepare_doLinksSuffixes { local SUFFIX='centos-' if [[ "$FILE" =~ "$(cli_getPathComponent --theme-pattern)" ]];then - SUFFIX="${SUFFIX}$(cli_getRepoName "$(cli_getPathComponent $FILE --theme-name)" 'f')-" + SUFFIX="${SUFFIX}$(cli_getRepoName $(cli_getPathComponent $FILE --theme-name) -f)-" SUFFIX="${SUFFIX}$(cli_getPathComponent $FILE --theme-release)-" fi