You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/04/03 01:58:50 UTC

incubator-cordova-android pull request: Don't create spurious backup files ...

GitHub user samsonjs opened the pull request at
https://github.com/apache/incubator-cordova-android/pull/17

----
Don't create spurious backup files when creating a project

sed's -i flag was missing its argument, so files that were modified ended up being duplicated with the original having the suffix "-e". This is clearly not the intended behaviour.

The solution is to pass an empty string along with -i so no backup files are created.
----

You can merge this pull request into a Git repository by running
$ git pull https://github.com/samsonjs/incubator-cordova-android patch-1

Alternatively you can review and apply these changes as the patch at
https://github.com/apache/incubator-cordova-android/pull/17.patch