Opened 7 months ago

Last modified 7 months ago

#69536 assigned defect

_comp_initialize seems missing after recent upgrade — at Initial Version

Reported by: davidfavor (David Favor) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: bash-completion

Description

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 (0)

Note: See TracTickets for help on using tickets.