run script prints "-e" on OSX
We use echo -e
to print the ASCII Tanuki, but the -e
flag isn't available on OSX's version of echo
, so it actually prints the -e
to the terminal.
Obviously this is a critical bug.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
We use echo -e
to print the ASCII Tanuki, but the -e
flag isn't available on OSX's version of echo
, so it actually prints the -e
to the terminal.
Obviously this is a critical bug.
mentioned in merge request !273 (merged)
closed via merge request !273 (merged)