From d114af08c9405eda32d28daf1e5185e8a41f2cb1 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 8 Oct 2020 11:25:45 +0100 Subject: [PATCH] mcom: allow tilde prefixed path for profile's outbox setting --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcom b/mcom index a1a1f90..7bb3ce6 100755 --- a/mcom +++ b/mcom @@ -231,7 +231,7 @@ esac hdrs="$(printf '%s\n' "${hdrs#$NL}" | mhdr -)" -outbox=$(mhdr -h outbox "$MBLAZE/profile") +outbox=$(mhdr -h outbox "$MBLAZE/profile" | sed "s:^~/:$HOME/:") if [ -z "$outbox" ]; then if [ -z "$resume" ]; then i=0