]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apply_patches: Use globbing instead of file/sort.
authorSean Bright <sean@seanbright.com>
Thu, 6 Jul 2023 17:51:32 +0000 (13:51 -0400)
committerSean Bright <sean@seanbright.com>
Fri, 7 Jul 2023 15:11:53 +0000 (15:11 +0000)
commit70c551e3bb7927480ad76d5b43f1eac7c95258e0
tree0857d5cbc78737978747e3a1b8803e7c6701d038
parentfcbeaba5ea79ab2ffdb4d3ef9ac4f3c5e55b66c7
apply_patches: Use globbing instead of file/sort.

This accomplishes the same thing as a `find ... | sort` but with the
added benefit of clarity and avoiding a call to a subshell.

Additionally drop the -s option from call to patch as it is not POSIX.
configure
configure.ac
makeopts.in
third-party/apply_patches