From 8e58dd5f75f95fa42b9e56d815b79b1f70ce34be Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 10 2011 19:06:18 +0000 Subject: Update render.sh. --- diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index 58a0efc..82ef5d5 100644 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -65,6 +65,15 @@ function render { # performs directory-specific rendition. local FLAG_DONT_DIRSPECIFIC='false' + # Initialize name of rendition backend as an empty value. The name + # of rendition backend is determined automatically based on + # template file extension, later, at rendition time. + local RENDER_BACKEND='' + + # Initialize absolute path to backend's base directory, the place + # where backend-specific directories are stored in. + local RENDER_BACKEND_DIR="${FUNCDIR}/${FUNCDIRNAM}/Backends" + # Interpret arguments and options passed through command-line. render_getOptions