[dovecot-cvs] dovecot/doc mkcert.sh,1.4,1.5

cras at procontrol.fi cras at procontrol.fi
Tue Jul 15 16:38:08 EEST 2003


Update of /home/cvs/dovecot/doc
In directory danu:/tmp/cvs-serv9255

Modified Files:
	mkcert.sh 
Log Message:
Quotes around echo



Index: mkcert.sh
===================================================================
RCS file: /home/cvs/dovecot/doc/mkcert.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mkcert.sh	24 Feb 2003 00:29:20 -0000	1.4
+++ mkcert.sh	15 Jul 2003 12:38:05 -0000	1.5
@@ -11,11 +11,11 @@
 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



More information about the dovecot-cvs mailing list