You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by je...@apache.org on 2013/08/30 22:08:07 UTC

webworks commit: [BlackBerry10] Updated init to work on Windows 7 with long paths with spaces

Updated Branches:
  refs/heads/master 9464372d1 -> e565e6579


[BlackBerry10] Updated init to work on Windows 7 with long paths
    with spaces


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/e565e657
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/e565e657
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/e565e657

Branch: refs/heads/master
Commit: e565e65792825e32506ff32b1775ff4e16d2ab1e
Parents: 9464372
Author: Jeffrey Heifetz <jh...@blackberry.com>
Authored: Fri Aug 30 16:06:46 2013 -0400
Committer: Jeffrey Heifetz <jh...@blackberry.com>
Committed: Fri Aug 30 16:06:46 2013 -0400

----------------------------------------------------------------------
 blackberry10/bin/init.bat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/e565e657/blackberry10/bin/init.bat
----------------------------------------------------------------------
diff --git a/blackberry10/bin/init.bat b/blackberry10/bin/init.bat
index 79020e2..f5637cb 100644
--- a/blackberry10/bin/init.bat
+++ b/blackberry10/bin/init.bat
@@ -18,8 +18,8 @@ goto comment
        under the License.
 :comment
 
-set LOCAL_NODE_BINARY=%~dp0dependencies\node\bin
-set LOCAL_BBTOOLS_BINARY=%~dp0dependencies\bb-tools\bin
+set LOCAL_NODE_BINARY=%~dps0dependencies\node\bin
+set LOCAL_BBTOOLS_BINARY=%~dps0dependencies\bb-tools\bin