mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Tweak error message
This commit is contained in:
parent
483c931c1f
commit
8a84fc0217
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue