From 6549119727fea3e4076608bc2dfb1f4978bf7a70 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 05 2011 01:42:01 +0000 Subject: Update Tuneup/tuneup_doSvgMetadata.sh. Start using cli_checkFiles@2517. --- diff --git a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh index c2ef2d0..7e44fb3 100755 --- a/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh +++ b/Scripts/Functions/Tuneup/tuneup_doSvgMetadata.sh @@ -36,7 +36,7 @@ function tuneup_doSvgMetadata { TEMPLATE="${FUNCCONFIG}/svg_metadata.sed" # Check template file existence. - cli_checkFiles $TEMPLATE 'f' + cli_checkFiles $TEMPLATE # Build title from file path. NAM=$(basename "$FILE") @@ -68,7 +68,7 @@ function tuneup_doSvgMetadata { # Check template instance. We cannot continue if the template # instance couldn't be created. - cli_checkFiles $INSTANCE 'f' + cli_checkFiles $INSTANCE # Expand translation markers inside template instance. cli_replaceTMarkers $INSTANCE