I'm seeing the same bug, four years later, also in Ubuntu (10.04 this
time, though).  Nothing in the bash manual says that set with no
arguments is supposed to display a shell function at the end of its
display.  I commented out the /etc/bash_completion reference, based on
the (terse) remark above, and now get yet another shell function listing
at the end of the set output, ending with:

- - - begin paste - - -

USERNAME=husoski
WINDOWID=67108867
XAUTHORITY=/var/run/gdm/auth-for-husoski-XuQf0T/database
XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome:/etc/xdg
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
XDG_SESSION_COOKIE=9df30d48f76650526cc368e94c69c59d-1295300804.464783-775335187
_=']'
command_not_found_handle () 
{ 
    if [ -x /usr/lib/command-not-found ]; then
        /usr/bin/python /usr/lib/command-not-found -- $1;
        return $?;
    else
        if [ -x /usr/share/command-not-found ]; then
            /usr/bin/python /usr/share/command-not-found -- $1;
            return $?;
        else
            return 127;
        fi;
    fi
}
husoski@Ubuntu-Test-Rig:~$ 

- - - end paste - - -

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/83628

Title:
  Stuff from imagemagick ends up as environment variables

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to