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/14 00:58:25 UTC

incubator-cordova-android pull request: Allow for predefined ANDROID_BIN, f...

GitHub user jgranick opened a pull request:

    https://github.com/apache/incubator-cordova-android/pull/41

    Allow for predefined ANDROID_BIN, fix for paths with spaces

    Hi!
    
    This includes fixes to the "bin/create" script, first allowing a predefined ANDROID_BIN value (which is useful when "android" is not in the PATH) and also does some small fixes for paths with spaces.

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

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

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

    https://github.com/apache/incubator-cordova-android/pull/41.patch

----
commit 0ef238c9a69a09967db40f9bcdd7f290033470bb
Author: Joshua Granick <jo...@joshuagranick.com>
Date:   2012-08-13T15:56:54-07:00

    Allow for predefined ANDROID_BIN value, fix for paths with spaces

----