about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xmcom2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcom b/mcom
index c42a19f..f824302 100755
--- a/mcom
+++ b/mcom
@@ -402,7 +402,7 @@ while :; do
 		esac
 
 		if [ -e "$draftmime" ]; then
-			if [ $draft -ot $draftmime ] || [ "$automime" = 1 ]; then
+			if [ "$draft" -ot "$draftmime" ] || [ "$automime" = 1 ]; then
 				stampdate "$draftmime"
 				if $sendmail <"$draftmime"; then
 					if [ "$outbox" ]; then