about summary refs log tree commit diff
path: root/mcom
diff options
context:
space:
mode:
authorcodesoap <codesoap@mailbox.org>2019-02-06 20:56:11 +0100
committerLeah Neukirchen <chneukirchen@gmail.com>2019-02-06 21:11:29 +0100
commit33a6c48fb6f6eba793675ec75aee28cda5346638 (patch)
treef05fdec2667b2a3ee6e61f532d91c0e6694d0761 /mcom
parentd164496e09d29b4a840dd959a6f7dfbe5bbfb83a (diff)
downloadmblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.tar.gz
mblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.tar.xz
mblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.zip
mcom: Quote one more variable
Diffstat (limited to 'mcom')
-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"
 }