You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by jgranick <gi...@git.apache.org> on 2012/08/13 22:50:16 UTC

incubator-cordova-blackberry-webworks pull request: Allow for spaces in dir...

GitHub user jgranick opened a pull request:

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/4

    Allow for spaces in directory paths

    The "bin/create" script does not work properly when Cordova or the target project directory include spaces.
    
    This should fix it :)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jgranick/incubator-cordova-blackberry-webworks master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/4.patch

----
commit aaeb70f8dd4aed244e4907f5522a4f9ad665e545
Author: Joshua Granick <jo...@joshuagranick.com>
Date:   2012-08-13T13:36:31-07:00

    Fix file path issue

commit 33782b8c749deac4d28d202d106310a2c9c4da81
Author: Joshua Granick <jo...@joshuagranick.com>
Date:   2012-08-13T13:49:01-07:00

    Allow for spaces in directory paths

----