This bug is not in command-not-found package but in bash package.

Reporter, could you please change /etc/bash.bashrc and add '--' after
invocation of command-not-found and before the argument? If that fixes
your problem then please report a bug in bash.


The correct code should be (the path may be invalid as I'm on 7.04 not on 7.10)

# if the command-not-found package is installed, use it
if [ -x /usr/bin/command-not-found ]; then
        function command_not_found_handle {
                /usr/bin/command-not-found -- $1
                return $?
        }
fi


Thanks

-- 
command-not-found interfering with some commands
https://bugs.launchpad.net/bugs/137930
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to