mblaze: don't make $draft look like a sequence

Make sure $draft look like a file by prefixing it with "./", to avoid errors when we call other programs like msed.
pull/10/merge
leovilok 7 years ago committed by Christian Neukirchen
parent 2c5072ef5b
commit f4a3feb70a

@ -30,7 +30,7 @@ if [ -z "$outbox" ]; then
while [ -f "snd.$i" ]; do
i=$((i+1))
done
draft="snd.$i"
draft="./snd.$i"
draftmime="./snd.$i.mime"
else
draft="$(true | mdeliver -v -c -XD "$outbox")"

Loading…
Cancel
Save