]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Fri, 7 Jul 2023 16:00:18 +0000 (10:00 -0600)
commit7b55312ca074cf41b83e15d592142427275953b1
treeca2a73e768e32fadfc124b37d0708a04a9e64787
parentf0a6e84f16128f20319a15dc46c2881d08063ba5
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