From 3ee88af713226d997a72ba4e6589e1361d3fe0e7 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 11 Feb 2013 23:25:34 +1100 Subject: Update tools/mxe-activate gsed isn't really required and isn't available by that name on many linux systems --- tools/mxe-activate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v0.12