You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by mgcrea <gi...@git.apache.org> on 2012/07/19 18:11:41 UTC

incubator-cordova-android pull request: Updated /bin/create script to work ...

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 <ol...@mg-crea.com>
Date:   2012-07-19T09:08:45-07:00

    Updated /bin/create script to work on OSX w/ macports.

----