diff options
Diffstat (limited to 'bin/msg')
-rwxr-xr-x | bin/msg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ if [ "$SOUND" = true ]; then fi if [ "$SPEAK" = true ]; then eval "$(assert-arg -- "$MESSAGE" '-S MESSAGE')" - echo "$MESSAGE" | speak -v pt-BR & + printf '%s\n' "$MESSAGE" | speak -v pt-BR & fi if [ "$MAIL" = true ]; then eval "$(assert-arg -- "$MESSAGE" '-m MESSAGE')" |