mcom: allow tilde prefixed path for profile's outbox setting

Closes: #187 [via git-merge-pr]
pull/188/head
James Rowe 4 years ago committed by Leah Neukirchen
parent 02e4cf4001
commit 0180f649d2

@ -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

Loading…
Cancel
Save