Tweak error message
This commit is contained in:
@@ -390,7 +390,7 @@ substitute() {
|
|||||||
local output="$2"
|
local output="$2"
|
||||||
|
|
||||||
if [ ! -f "$input" ]; then
|
if [ ! -f "$input" ]; then
|
||||||
echo "substitute: File \"$input\" does not exist"
|
echo "substitute(): file '$input' does not exist"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user