# HG changeset patch # User Doug Simon # Date 1369731541 -7200 # Node ID 98918f518640ef8313bb84d473738cdf58bc9ece # Parent 04911dff1c664d9c3bb82cb4635dc0ae1943c93e fixed bash syntax error diff -r 04911dff1c66 -r 98918f518640 mxtool/mx --- a/mxtool/mx Mon May 27 10:26:09 2013 -0400 +++ b/mxtool/mx Tue May 28 10:59:01 2013 +0200 @@ -43,7 +43,7 @@ python_exe=python2.7 else type python2 > /dev/null 2>&1 - if [ $? -eq 0]; then + if [ $? -eq 0 ]; then python_exe=python2 else python_exe=python