From 73abb355b250195e85a70f048dd4ea4338539f1d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 07 2011 14:25:44 +0000 Subject: Update Render/render_doBrands.sh. Start using cli_getRepoName@2581. --- diff --git a/Scripts/Functions/Render/render_doBrands.sh b/Scripts/Functions/Render/render_doBrands.sh index a6b76e6..fea5b41 100644 --- a/Scripts/Functions/Render/render_doBrands.sh +++ b/Scripts/Functions/Render/render_doBrands.sh @@ -46,7 +46,7 @@ function render_doBrands { # model have the same name, this is intentional in order to keep # images and design models related and organized inside their own # directory structures. - local DIRNAME=$(cli_getRepoName "$FILE" 'd')/$(cli_getRepoName "$FILE" 'fd') + local DIRNAME=$(cli_getRepoName $FILE -d)/$(cli_getRepoName $FILE -fd) # Check directory where final brand images will be stored. if [[ ! -d $DIRNAME ]];then