Index: cyrus-imapd =================================================================== --- cyrus-imapd (revision 17) +++ cyrus-imapd (revision 18) @@ -82,5 +82,5 @@ # Check if we actually got some sensible data -if [ "x${CONFIGDIR}x" == "xx" ]; then +if [ "x${CONFIGDIR}x" = "xx" ]; then exit 1 fi @@ -89,5 +89,5 @@ # graphs should look. -if [ "$1" == "config" ]; then +if [ "$1" = "config" ]; then echo 'graph_title Cyrus IMAPd Load' echo 'graph_args --base 1000 -l 0'