summaryrefslogtreecommitdiffstats
path: root/tools/mxe-activate
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-21 10:26:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-21 10:26:58 (GMT)
commit0a012bfcfdef9f71cc98ce876d15731ff481ea04 (patch)
treeffb59a81ffa5ebde9d03e053807b4e66b373cfdc /tools/mxe-activate
parent93458195956ee3ef733d307569dff915754249d4 (diff)
downloadmxe-0a012bfcfdef9f71cc98ce876d15731ff481ea04.zip
mxe-0a012bfcfdef9f71cc98ce876d15731ff481ea04.tar.gz
mxe-0a012bfcfdef9f71cc98ce876d15731ff481ea04.tar.bz2
doc update: add EDITOR to env whitelist for interactive sessions
Diffstat (limited to 'tools/mxe-activate')
-rw-r--r--tools/mxe-activate2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mxe-activate b/tools/mxe-activate
index 2b54732..2ef2398 100644
--- a/tools/mxe-activate
+++ b/tools/mxe-activate
@@ -6,7 +6,7 @@ MXE_TARGET_LIST="`grep 'MXE_TARGET_LIST.*:=' Makefile | $SED -n 's,^.*:= \(.*\)$
alias mxe='$MAKE -C $MXE_DIR --no-print-directory'
-unset `env | grep -v '^HOME=\|^LANG=\|MXE\|^PATH=\|^PS1=\|^TERM=' | $SED -n 's,\(.*\)=.*$,\1,p' | tr '\n' ' '`
+unset `env | grep -v '^EDITOR=\|^HOME=\|^LANG=\|MXE\|^PATH=\|^PS1=\|^TERM=' | $SED -n 's,\(.*\)=.*$,\1,p' | tr '\n' ' '`
_mxe()
{