You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_common_syms: use "grep -E" instead of "egrep"
Newer Linux systems are starting to emit warnings about using "egrep",
and ask that we use "grep -E", instead.
This patch tested on a system as old as RHEL 6; didn't bother checking
a system older than that.
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
0 commit comments