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
The option `-X arg` for `compgen` is specified twice, but only the
latter takes effect. Also, `-X kernel` excludes the word `kernel` but
the latter `-X '!*.ko'` also excludes the word `kernel` because it
only leaves the words matches the pattern `*.ko`. Thus, we can just
filter the words by `-X '!*.ko'`.
0 commit comments