mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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:
committed by
asterisk-org-access-app[bot]
parent
05bdaab643
commit
e75c69b59e
@@ -48,7 +48,6 @@ CAT=@CAT@
|
||||
CUT=@CUT@
|
||||
REALPATH=@REALPATH@
|
||||
DIRNAME=@DIRNAME@
|
||||
SORT=@SORT@
|
||||
|
||||
BUILD_PLATFORM=@BUILD_PLATFORM@
|
||||
BUILD_CPU=@BUILD_CPU@
|
||||
|
Reference in New Issue
Block a user