Comment 3 for bug 588811

Revision history for this message
Jeff Lane  (bladernr) wrote :

This is the maverick default shell in Studio... and yes, it's /bin/bash...

also, .bashrc contains code that should prevent this from happening:

if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
  . /etc/bash_completion
fi

Running shopt by itself returns a 1.

also, /etc/bash.bashrc has the bash_completion bits commented out, so the command is being sourced from the user's .bashrc instead.

also, all the compat* options are set to off if I just run shopt alone...