mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +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
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							f0a6e84f16
						
					
				
				
					commit
					7b55312ca0
				
			| @@ -286,7 +286,6 @@ AC_PATH_PROG([PATCH], [patch], :) | ||||
| AC_PATH_PROG([SED], [sed], :) | ||||
| AC_PATH_PROG([NM], [nm], :) | ||||
| AC_PATH_PROG([REALPATH], [realpath], :) | ||||
| AC_PATH_PROG([SORT], [sort], :) | ||||
|  | ||||
|  | ||||
| DOWNLOAD=":" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user