Add missing "echo", as pointed out by Havard Eidnes <he@netbsd.org>

in PR [bin/18155].  (Whilst this fix needs to be fed back to Wietse Venema,
there's no reason not to fix it locally...)
This commit is contained in:
lukem 2002-09-06 05:36:14 +00:00
parent 73c2dd3286
commit 5d2cdf0811

View File

@ -249,7 +249,7 @@ test -d "$config_directory" || {
}
test -f $config_directory/postfix-files || {
$0: Error: $config_directory/postfix-files is not a file. 1>&2
echo $0: Error: $config_directory/postfix-files is not a file. 1>&2
exit 1
}