From eb0622139270102c1540e42a47fe97783cb32909 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:18:55 +0000 Subject: Update `Functions/Tuneup/Svg/svg_doMetadata.sh' file. --- diff --git a/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh b/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh index 43f5c24..7721eca 100755 --- a/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh +++ b/Scripts/Bash/Functions/Tuneup/Svg/svg_doMetadata.sh @@ -30,7 +30,7 @@ function svg_doMetadata { local TEMPLATE="${TUNEUP_CONFIG_DIR}/metadata.sed" # Check template file existence. - cli_checkFiles $TEMPLATE + cli_checkFiles -e $TEMPLATE # Build title from file path. local TITLE=$(basename "$FILE") @@ -63,7 +63,7 @@ function svg_doMetadata { # Check template instance. We cannot continue if the template # instance couldn't be created. - cli_checkFiles $INSTANCE + cli_checkFiles -e $INSTANCE # Expand translation markers inside template instance. sed -r -i \