summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 009f6f7..95b92b3 100644
--- a/index.html
+++ b/index.html
@@ -386,9 +386,10 @@ exit</pre>
use a white-list approach:
</p>
<pre>unset `env | \
- grep -v '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=\|PKG_CONFIG\|^PS1=\|^TERM=' | \
- sed -n 's,\(.*\)=.*$,\1,p' | tr '\n' ' '`</pre>
-
+ grep -vi '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=' | \
+ grep -vi 'PKG_CONFIG\|PROXY\|^PS1=\|^TERM=' | \
+ cut -d '=' -f1 | tr '\n' ' '`</pre>
+ <!-- update mxe-activate also -->
<p>
Congratulations!
You're ready to cross compile anything you like.