From: Timo Sirainen Date: Tue, 15 Jul 2003 12:38:05 +0000 (+0300) Subject: Quotes around echo X-Git-Tag: 1.1.alpha1~4485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4827dd103cc836a57aae3ca1aa9409ce45f648c3;p=thirdparty%2Fdovecot%2Fcore.git Quotes around echo --HG-- branch : HEAD --- diff --git a/doc/mkcert.sh b/doc/mkcert.sh index d4b3c8320b..3bea65d874 100644 --- a/doc/mkcert.sh +++ b/doc/mkcert.sh @@ -11,11 +11,11 @@ CERTFILE=$SSLDIR/certs/imapd.pem KEYFILE=$SSLDIR/private/imapd.pem if [ ! -d $SSLDIR/certs ]; then - echo $SSLDIR/certs directory doesn't exist + echo "$SSLDIR/certs directory doesn't exist" fi if [ ! -d $SSLDIR/private ]; then - echo $SSLDIR/private directory doesn't exist + echo "$SSLDIR/private directory doesn't exist" fi if [ -f $CERTFILE ]; then