diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh index ae3befe..204048c 100755 --- a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh +++ b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToPpm.sh @@ -66,6 +66,6 @@ function svg_convertGplToPpm { rm ${FILES[*]} # Verify PPM palette existence. - cli_checkFiles "$PALETTE_PPM" + cli_checkFiles -e "$PALETTE_PPM" }