From 196224321143a666bd6d2a9dd69779430cf2e24d 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..246f51f 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