about summary refs log tree commit diff
path: root/mquote
diff options
context:
space:
mode:
Diffstat (limited to 'mquote')
-rwxr-xr-xmquote2
1 files changed, 1 insertions, 1 deletions
diff --git a/mquote b/mquote
index 440a3ef..a64000d 100755
--- a/mquote
+++ b/mquote
@@ -5,7 +5,7 @@
 : ${from:=$(mhdr -d -h from "$1")}
 : ${from:=Someone}
 
-echo "$from wrote:"
+printf '%s wrote:\n' "$from"
 mshow -R "$1" |
 	sed -n '/^-- $/!p;//q' |                   # strip signature
 	sed -e :a -e '/^\n*$/{$d;N;ba' -e '}' |    # strip empty lines