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