Changeset 18 for cyrus-imapd

Show
Ignore:
Timestamp:
07/15/11 11:14:04 (13 years ago)
Author:
ixs
Message:

swapped == for = in comparision

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cyrus-imapd

    r17 r18  
    8282 
    8383# Check if we actually got some sensible data 
    84 if [ "x${CONFIGDIR}x" == "xx" ]; then 
     84if [ "x${CONFIGDIR}x" = "xx" ]; then 
    8585        exit 1 
    8686fi 
     
    8989# graphs should look.  
    9090  
    91 if [ "$1" == "config" ]; then 
     91if [ "$1" = "config" ]; then 
    9292        echo 'graph_title Cyrus IMAPd Load' 
    9393        echo 'graph_args --base 1000 -l 0'