How to find out what causes "complete: nosort: invalid option name" #5613
Replies: 2 comments
-
The bash completions can be found at One option is grep -B3 nosort $(brew --prefix)/etc/bash_completion.d/* Another option is starting /bin/bash -x You can then search for output line and see what completion was loaded just beforehand. |
Beta Was this translation helpful? Give feedback.
-
It's beautiful,
|
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
A package installed some dependencies and now every time I start up bash I get this line:
From what I read here it's some packages asking for Bash 4.0, not 3.3.
How can I find out what package has this line in the bash completition?
Beta Was this translation helpful? Give feedback.
All reactions