mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 18:48:16 +01:00
When grep uses version 3.8 and higher, gluster command auto comletion will print waring message in command lines. Now, use "grep -E" instead of egrep to fix the problem. fixes:#4528 Signed-off-by: lv_mz <lv.mengzhao@zte.com.cn>