summaryrefslogtreecommitdiffstats
path: root/tools/mxe-activate
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-02-11 12:25:34 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-02-11 12:25:34 (GMT)
commit3ee88af713226d997a72ba4e6589e1361d3fe0e7 (patch)
treebcb6a45c0bc013ec5b3f5280e8fc91760cc312df /tools/mxe-activate
parent03a083d686d2675ce62b24b0e5bae6a7d1aab80b (diff)
downloadmxe-3ee88af713226d997a72ba4e6589e1361d3fe0e7.zip
mxe-3ee88af713226d997a72ba4e6589e1361d3fe0e7.tar.gz
mxe-3ee88af713226d997a72ba4e6589e1361d3fe0e7.tar.bz2
Update tools/mxe-activate
gsed isn't really required and isn't available by that name on many linux systems
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 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()
{