On Ubuntu, /bin/sh
defaults to dash
whose built-in echo
command does not support the -e
flag. printf
, on the other hand, supports backslash escapes by default so we use that instead.
In passing, also clean up some messy ANSI escape codes.
https://github.com/kamailio/kamailio/pull/3671
(5 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.