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.
This commit is contained in:
Sean Bright
2023-07-06 13:51:32 -04:00
committed by asterisk-org-access-app[bot]
parent 05bdaab643
commit e75c69b59e
4 changed files with 31 additions and 60 deletions

View File

@@ -48,7 +48,6 @@ CAT=@CAT@
CUT=@CUT@
REALPATH=@REALPATH@
DIRNAME=@DIRNAME@
SORT=@SORT@
BUILD_PLATFORM=@BUILD_PLATFORM@
BUILD_CPU=@BUILD_CPU@