From 91d90d418ca0c5e02a423ec310148fad2ae3c670 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 19 2012 17:18:32 +0000 Subject: Update `Functions/Render/Svg/svg_convertGplToHex.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh index a15e808..a8b5e02 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh @@ -56,6 +56,6 @@ function svg_convertGplToHex { > $PALETTE_HEX # Verify HEX palette existence. - cli_checkFiles $PALETTE_HEX + cli_checkFiles -e $PALETTE_HEX }