summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-01-06 13:34:44 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-01-06 13:34:44 (GMT)
commit686febc4fe2c1a118aeb2bfafe30d0508c9f5dee (patch)
tree59dfe090e450b922408bb46c5891f76f0f1f261a /tools
parentcafdf5d1e7d078b54fa72c1c42623acc9e9257b9 (diff)
downloadmxe-686febc4fe2c1a118aeb2bfafe30d0508c9f5dee.zip
mxe-686febc4fe2c1a118aeb2bfafe30d0508c9f5dee.tar.gz
mxe-686febc4fe2c1a118aeb2bfafe30d0508c9f5dee.tar.bz2
rename completion script to mxe-activate and unset env vars
Diffstat (limited to 'tools')
-rw-r--r--tools/mxe-activate (renamed from tools/mxe-bash-completion)1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mxe-bash-completion b/tools/mxe-activate
index 66bdb66..4f0d5e0 100644
--- a/tools/mxe-bash-completion
+++ b/tools/mxe-activate
@@ -1,6 +1,7 @@
export MXE_DIR=`pwd`
export PATH=$MXE_DIR/usr/bin:$PATH
alias mxe='make -C $MXE_DIR'
+unset `grep '^unexport' Makefile | gsed -n 's,unexport,,p' | tr '\n' ' '`
_mxe()
{