quote sendmail_flags test, from Patrick Bridges <patrick@buffy.cs.msstate.edu>

This commit is contained in:
cgd 1993-11-17 09:19:35 +00:00
parent 527838aa9a
commit 1919837079
1 changed files with 1 additions and 1 deletions

2
etc/rc
View File

@ -173,7 +173,7 @@ fi
# $sendmail_flags is imported from /etc/netstart;
# If $sendmail_flags == NO, routed isn't run.
if [ X${sendmail_flags} != X"NO" ]; then
if [ "X${sendmail_flags}" != X"NO" ]; then
echo -n ' sendmail'; sendmail ${sendmail_flags}
fi