Files
asterisk/contrib/scripts/safe_asterisk
T
Sean Bright a5c3280d60 safe_asterisk: Resolve a POSIX sh problem and restore globbing behavior.
* Using `==` with the POSIX sh `test` utility is UB.
* Switch back to using globs instead of using `$(find … | sort)`.
* Fix a missing redirect when checking for the OS type.

Resolves: #1554
2025-10-30 16:05:57 +00:00

6.8 KiB
Executable File