From 63de38bf4077f0391c9afa7b0af02d0f2a918723 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 24 2011 00:12:36 +0000 Subject: Update tuneup_doSvgMetadata.sh. --- diff --git a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh index 7e44fb3..f18a170 100755 --- a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh +++ b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh @@ -71,13 +71,13 @@ function tuneup_doSvgMetadata { cli_checkFiles $INSTANCE # Expand translation markers inside template instance. - cli_replaceTMarkers $INSTANCE sed -r -i \ -e "s!=TITLE=!$NAM!" \ -e "s!=URL=!$URL!" \ -e "s!=DATE=!$(date "+%Y-%m-%d")!" $INSTANCE sed -i -r "/=KEYWORDS=/c\\${KEYS}" $INSTANCE sed -i -r 's/>$/>\\/g' $INSTANCE + cli_replaceTMarkers $INSTANCE # Update scalable vector graphic using template instance. sed -i -f $INSTANCE $FILE