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 <[email protected]>
Date: 2012-08-13T15:56:54-07:00
Allow for predefined ANDROID_BIN value, fix for paths with spaces
----