changeset 9830:98918f518640

fixed bash syntax error
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 May 2013 10:59:01 +0200
parents 04911dff1c66
children 705aca4ebf2f
files mxtool/mx
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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