diff mxtool/mx @ 9830:98918f518640

fixed bash syntax error
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 May 2013 10:59:01 +0200
parents a607682f7ba6
children 841a9f98b97c
line wrap: on
line diff
--- 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