#25337: bash-completion complains loudly every time a new shell is started due to typo in bash_completion.d/strace script ------------------------------------+--------------------------------------- Reporter: ariel.popper@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: bash-completion @1.1_8 ------------------------------------+--------------------------------------- line 46 of /opt/local/etc/bash_completion.d/strace is: {{{ if [[ "$arch" =~ 86$ ]]; then }}} when it should be {{{ if [[ "$arch" == 86$ ]]; then }}} -- Ticket URL: <http://trac.macports.org/ticket/25337> MacPorts <http://www.macports.org/> Ports system for Mac OS