From 18b23637903b37220a672616d5bba692852ae466 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 03 2011 15:44:29 +0000 Subject: Update render_doIdentityImages.sh. --- diff --git a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh index 12bf9c4..7108551 100644 --- a/Scripts/Bash/Functions/Render/render_doIdentityImages.sh +++ b/Scripts/Bash/Functions/Render/render_doIdentityImages.sh @@ -79,7 +79,7 @@ function render_doIdentityImages { # reduce the amount of characters used in description column # at final output. cli_printMessage "$(inkscape $INSTANCE \ - --export-id=$EXPORTID $WIDTH --export-png=${FILE} | sed -r \ + --export-id=$EXPORTID $WIDTH --export-png=${FILE}.png | sed -r \ -e "s!Area !`gettext "Area"`: !" \ -e "s!Background RRGGBBAA:!`gettext "Background"`: RRGGBBAA!" \ -e "s!Bitmap saved as:!`gettext "Saved as"`:!")" \ @@ -90,10 +90,6 @@ function render_doIdentityImages { rm $INSTANCE fi - # Stript extension from file. This is required in order to - # assign different extensions to the same name of file. - FILE=$(echo ${FILE} | sed -r "s/\.${EXTENSION}$//") - # Execute post-rendition actions. for ACTION in "${POSTACTIONS[@]}"; do