]> 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:57 +0000 (15:11 +0000)
commitab0d6083fcd1b8302feb62b5c3b797e5c3e4d824
treefe78c454509b759a376d1101eeb6810da6d44eeb
parent7a725e3159fcf532ae545cd93619022d36b1828e
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