summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/mxe-activate2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mxe-activate b/tools/mxe-activate
index 4f0d5e0..33ac5ac 100644
--- a/tools/mxe-activate
+++ b/tools/mxe-activate
@@ -1,7 +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' ' '`
+unset `grep '^unexport' Makefile | sed -n 's,unexport,,p' | tr '\n' ' '`
_mxe()
{