You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/01/24 07:05:41 UTC

svn commit: r1437864 - /flex/sdk/branches/develop/mustella/mini_run.sh

Author: aharui
Date: Thu Jan 24 06:05:41 2013
New Revision: 1437864

URL: http://svn.apache.org/viewvc?rev=1437864&view=rev
Log:
fix mini_run for mobile dirs

Modified:
    flex/sdk/branches/develop/mustella/mini_run.sh

Modified: flex/sdk/branches/develop/mustella/mini_run.sh
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/mini_run.sh?rev=1437864&r1=1437863&r2=1437864&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/mini_run.sh (original)
+++ flex/sdk/branches/develop/mustella/mini_run.sh Thu Jan 24 06:05:41 2013
@@ -737,7 +737,7 @@ do
             done
 
             # local.properties should be optional
-            if [ -f "local.properties" ] && "${run_mobile_tests}" != "true" ]
+            if [ -f "local.properties" ] && [ "${run_mobile_tests}" != "true" ]
                 then
                 run_mobile_tests=`egrep "run_mobile_tests" local.properties | egrep -v "^#" | awk -F"=" '{print $2}'`
             fi