From 48cbe9932e8d4fca58e78159d52588f803d9d496 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 14 2012 19:57:25 +0000 Subject: Update `Functions/Render/render.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/render.sh b/Scripts/Bash/Functions/Render/render.sh index f2d9c49..ad86233 100755 --- a/Scripts/Bash/Functions/Render/render.sh +++ b/Scripts/Bash/Functions/Render/render.sh @@ -119,7 +119,7 @@ function render { ACTIONNAM="render_doThemeActions" elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images" ]];then ACTIONNAM="render_doBaseActions" - elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Documentation" ]];then + elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Documentation/Models/Docbook/[[:alnum:]-]+" ]];then ACTIONNAM="render_doBaseActions" else cli_printMessage "`gettext "The path provided doesn't support rendition."`" --as-error-line