Opened 14 years ago
Closed 14 years ago
#25337 closed defect (fixed)
bash-completion @1.1_8 complains loudly every time a new shell is started due to typo in bash_completion.d/strace script
Reported by: | ariel.popper@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | bash-completion |
Description
line 46 of /opt/local/etc/bash_completion.d/strace is:
if [[ "$arch" =~ 86$ ]]; then
when it should be
if [[ "$arch" == 86$ ]]; then
Change History (4)
comment:1 Changed 14 years ago by ariel.popper@…
Cc: | ariel.popper@… added |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Cc: | raimue@… ariel.popper@… removed |
---|---|
Owner: | changed from macports-tickets@… to raimue@… |
Port: | @1.1_8 removed |
Summary: | bash-completion complains loudly every time a new shell is started due to typo in bash_completion.d/strace script → bash-completion @1.1_8 complains loudly every time a new shell is started due to typo in bash_completion.d/strace script |
You do not need to be in cc when you are the reporter.
comment:3 Changed 14 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by updating bash-completion to version 1.2 in r68982.
Note: See
TracTickets for help on using
tickets.
Cc Me!