aboutsummaryrefslogtreecommitdiff
path: root/bin/msg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/msg')
-rwxr-xr-xbin/msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/msg b/bin/msg
index 80491be..486eeda 100755
--- a/bin/msg
+++ b/bin/msg
@@ -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')"