From 33a6c48fb6f6eba793675ec75aee28cda5346638 Mon Sep 17 00:00:00 2001 From: codesoap Date: Wed, 6 Feb 2019 20:56:11 +0100 Subject: mcom: Quote one more variable --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcom') 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" } -- cgit 1.4.1