]> 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:12:08 +0000 (15:12 +0000)
commit2291ea7a6b44d490379441c4e241002d7730f608
tree238415bf8411ff32a1dc7c7309c2c1298d63a443
parent6dc6d11671486238ee5295771f1d5444e0936e18
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