Opened 8 months ago
Last modified 8 months ago
#69536 assigned defect
bash-completion: _comp_initialize seems missing after recent upgrade
Reported by: | davidfavor (David Favor) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | bash-completion |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Seems to only effect certain commands like tar.
To recreate... tar <TAB> produces...
tar <TAB> produc imac> tar -bash: _comp_initialize: command not found
I've tried manually running ". /opt/local/etc/profile.d/bash_completion.sh" in bash + problem persists.
Fix seems to be running ". /opt/local/share/bash-completion/bash_completion" in bash, which resolves the problem.
This suggests some slight breakage in /opt/local/etc/profile.d/bash_completion.sh file which has crept in at some point.
Change History (1)
comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | set to raimue |
Port: | bash-completion added |
Status: | new → assigned |
Summary: | _comp_initialize seems missing after recent upgrade → bash-completion: _comp_initialize seems missing after recent upgrade |
Note: See
TracTickets for help on using
tickets.