Comment 4 for bug 588811

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

If I call /etc/bash_completion using /bin/sh I get this error:
bladernr@ubuntu:~$ /bin/sh /etc/bash_completion
/etc/bash_completion: 33: [[: not found
/etc/bash_completion: 39: [[: not found
/etc/bash_completion: 52: Bad substitution
bladernr@ubuntu:~$ /bin/bash --posix /etc/bash_completion
/etc/bash_completion.d/apport_completion: line 130: '_apport-bug': not a valid identifier

So I get completely different errors using sh and calling bash in posix mode...