GitHub user mgcrea opened a pull request:
https://github.com/apache/incubator-cordova-android/pull/35
Updated /bin/create script to work on OSX w/ macports.
Using an absolute path to prevent macport gnu sed / brew sed to replace
expected macosx sed.
There could be some alternate testing on this :
$OSTYPE = 'darwin11' && which sed != "/opt/local/libexec/gnubin/sed")
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgcrea/incubator-cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-android/pull/35.patch
----
commit 29cb70ae1c4a935ecfd252f84a8d18418347ef9e
Author: Olivier Louvignes <[email protected]>
Date: 2012-07-19T09:08:45-07:00
Updated /bin/create script to work on OSX w/ macports.
----