*** This bug is a duplicate of bug 546794 ***
    https://bugs.launchpad.net/bugs/546794

I have also this error.

The difference between the 2 files:

Line in /etc/bash_completion.d/apt in 10.04:

           *)
                COMPREPLY=( $( apt-cache --no-generate pkgnames "$cur" \
                    2> /dev/null ) )
                return 0
                ;;
        esac
    fi



Line in /etc/bash_completion.d/apt in 10.10:


            *)
                COMPREPLY=( $( apt-cache --no-generate pkgnames "$cur" \
                    2> /dev/null ); $( apt-cache --no-generate pkgnames 
"lib$cur" \
                    2> /dev/null); )
                return 0
                ;;
        esac
    fi

-- 
gnome-terminal reports errors
https://bugs.launchpad.net/bugs/587441
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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

Reply via email to