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:
parent
73c2dd3286
commit
5d2cdf0811
2
gnu/dist/postfix/conf/post-install
vendored
2
gnu/dist/postfix/conf/post-install
vendored
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user