From ca0de22c0eb610a60d3d3773335ecd6643843bc6 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 03 2011 16:55:06 +0000 Subject: Update Config/Identity/Brands/render.conf.sh. --- diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh index a02a5b1..2709b46 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh @@ -33,16 +33,4 @@ function render_loadConfig { ACTIONS[0]='BASE:renderImage' ACTIONS[1]='POST:renderBrands: tif xpm pdf ppm' - # Define matching list. - MATCHINGLIST="\ - $(for TEMPLATE in $(find /home/centos/artwork/trunk/Identity/Brands/Tpl \ - -name '*.svg' | sed -r 's!.*/Brands/Tpl/(.*)$!\1!' | sort );do - TRANSLATION=$(find /home/centos/artwork/trunk/Translations/Identity/Brands/$(echo $TEMPLATE \ - | sed 's!\.svg!!') -name '*.sed' \ - | sed -r 's!^.*/Brands/(.*)$!\1!' \ - | sort | tr '\n' ' '); - echo $TEMPLATE: $TRANSLATION - done) - " - }