From 98f76924d81b025596e881cfe5b87fd5c1b6bd45 Mon Sep 17 00:00:00 2001 From: Matthieu Rakotojaona Date: Mon, 17 Jun 2024 23:42:16 +0200 Subject: [PATCH] mcom: fix reading from body given in arg --- mcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcom b/mcom index 4e834c6..28f1ddf 100755 --- a/mcom +++ b/mcom @@ -287,7 +287,7 @@ fi printf '\n' ( IFS=$NL - cat -- /dev/null $(printf '%s' "$hdrs" | mhdr -M -h body -) + cat -- /dev/null <(printf '%s' "$hdrs" | mhdr -M -h body -) ) printf '\n' ;;