summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-21 10:28:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-21 10:28:31 (GMT)
commitaef71c7786afb6d77448592418c2caff18c90fa4 (patch)
tree7dd3711ba8213fe49b7603b726b93815bcee72bb /index.html
parent0a012bfcfdef9f71cc98ce876d15731ff481ea04 (diff)
downloadmxe-aef71c7786afb6d77448592418c2caff18c90fa4.zip
mxe-aef71c7786afb6d77448592418c2caff18c90fa4.tar.gz
mxe-aef71c7786afb6d77448592418c2caff18c90fa4.tar.bz2
doc update: add MXE to env whitelist for interactive sessions
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index af6d1bf..05ab7e0 100644
--- a/index.html
+++ b/index.html
@@ -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>