diff options
author | codesoap <codesoap@mailbox.org> | 2019-02-06 20:56:11 +0100 |
---|---|---|
committer | Leah Neukirchen <chneukirchen@gmail.com> | 2019-02-06 21:11:29 +0100 |
commit | 33a6c48fb6f6eba793675ec75aee28cda5346638 (patch) | |
tree | f05fdec2667b2a3ee6e61f532d91c0e6694d0761 | |
parent | d164496e09d29b4a840dd959a6f7dfbe5bbfb83a (diff) | |
download | mblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.tar.gz mblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.tar.xz mblaze-33a6c48fb6f6eba793675ec75aee28cda5346638.zip |
mcom: Quote one more variable
-rwxr-xr-x | mcom | 2 |
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" } |