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 f824302..91498c9 100755
--- a/mcom
+++ b/mcom
@@ -11,7 +11,7 @@ commajoin() {
 }
 
 notmine() {
-	mine="$(maddr -a -h local-mailbox:alternate-mailboxes: $MBLAZE/profile)"
+	mine="$(maddr -a -h local-mailbox:alternate-mailboxes: "$MBLAZE/profile")"
 	grep -Fv -e "$mine"
 }