Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a more portable no backup argument to patch
Use the --posix argument to prevent patch from making backup files rather than the --no-backup-if-mismatch argument which is specific to GNU patch and not supported by various *BSD implementations.
- Loading branch information