Exploit bash POSIXLY_CORRECT mode.
authorIain Patterson <me@iain.cx>
Wed, 17 Mar 2010 13:28:57 +0000 (13:28 +0000)
committerIain Patterson <me@iain.cx>
Thu, 18 Mar 2010 15:57:27 +0000 (15:57 +0000)
commit09eb9824be8828dfcd52a679e85007388c098688
treec780ffee16ead8fd334b7289fab21a202437b40a
parent815c4966940595d1c924b0e01e82fe99fb1c4a29
Exploit bash POSIXLY_CORRECT mode.

Avoid ugly --rcfile lines in ps output by exploiting the fact that a
POSIX mode bash will read startup commands from the file specified in
ENV.
Set ENV and POSIXLY_CORRECT for startup, unsetting them and disabling
POSIX mode as the first actions in the new shell.
opt/bin/became