doc update: add MXE to env whitelist for interactive sessions

This commit is contained in:
Tony Theodore 2013-08-21 20:28:31 +10:00
parent f336ddea92
commit 7688acb43e
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ exit</pre>
use a white-list approach:
</p>
<pre>unset `env | \
grep -v '^EDITOR=\|^HOME=\|^LANG=\|^PATH=\|PKG_CONFIG\|^PS1=\|^TERM=' | \
grep -v '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=\|PKG_CONFIG\|^PS1=\|^TERM=' | \
sed -n 's,\(.*\)=.*$,\1,p' | tr '\n' ' '`</pre>
<p>