Tweak error message

This commit is contained in:
Eelco Dolstra 2016-08-26 18:58:49 +02:00
parent 483c931c1f
commit 8a84fc0217

View file

@ -390,7 +390,7 @@ substitute() {
local output="$2"
if [ ! -f "$input" ]; then
echo "substitute: File \"$input\" does not exist"
echo "substitute(): file '$input' does not exist"
return 1
fi