You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/09/14 20:42:47 UTC

android commit: Fixing CB-1467

Updated Branches:
  refs/heads/master 5c60b09bf -> 8134f86d1


Fixing CB-1467


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/8134f86d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/8134f86d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/8134f86d

Branch: refs/heads/master
Commit: 8134f86d1ffa7cb4b3f3e4bdf0d2340c9bf5c17c
Parents: 5c60b09
Author: Joe Bowser <Joe Bowser@bowserj-win7box.adobenet.global.adobe.com>
Authored: Fri Sep 14 11:42:16 2012 -0700
Committer: Joe Bowser <Joe Bowser@bowserj-win7box.adobenet.global.adobe.com>
Committed: Fri Sep 14 11:42:16 2012 -0700

----------------------------------------------------------------------
 bin/create.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/8134f86d/bin/create.bat
----------------------------------------------------------------------
diff --git a/bin/create.bat b/bin/create.bat
index 5cc227e..b44a5d0 100644
--- a/bin/create.bat
+++ b/bin/create.bat
@@ -4,7 +4,7 @@ FOR %%X in (java.exe ant.bat android.bat) do (
     SET FOUND=%%~$PATH:X
     IF NOT DEFINED FOUND GOTO MISSING
 )
-cscript %~dp0\create.js %*
+cscript "%~dp0\create.js" %*
 GOTO END
 :MISSING
 ECHO Missing one of the following: