diff options
| -rwxr-xr-x | xlators/mount/fuse/utils/mount_glusterfs.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/mount_glusterfs.in b/xlators/mount/fuse/utils/mount_glusterfs.in index d36fdeeda24..20600bb7c8d 100755 --- a/xlators/mount/fuse/utils/mount_glusterfs.in +++ b/xlators/mount/fuse/utils/mount_glusterfs.in @@ -165,7 +165,7 @@ main ()      # TODO: use getopt. This is very much darwin specific      volfile_loc="$1"; -    while [ "$volfile_loc" == "-o" ] ; do +    while [ "$volfile_loc" = "-o" ] ; do  	shift ;  	shift ;  	volfile_loc="$1";  | 
