From 04b9354abc81274f87c0cf3be314a27bbc64cb06 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 16 2011 19:46:04 +0000 Subject: Update comments in render.sh. --- diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index cb5d640..201b210 100644 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -88,7 +88,11 @@ function render { # repository. cli_syncroRepoChanges - # Define action name using action value as reference. + # Define action name based on action value as reference. When + # action value refers to theme-related directory structures, + # the centos-art.sh script performs theme-specific rendition. + # Otherwise, if a directory structure outside themes is + # provided, the base-rendition is performed instead. if [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images/Themes" ]];then ACTIONNAM="${FUNCNAME}_doThemeActions" elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images" ]];then