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
Piping ldd's output into grep can fail randomly, likely due
to buffering issues, and causing false positives. Redirect
the output to a file instead to force flushing, and grep
from the file.
0 commit comments