Fix tab replacements with non-gnu sed

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Solene Rapenne 2018-08-13 09:47:36 +02:00 committed by Christoph Lohmann
parent 58e580f216
commit 4c5d14714b

View File

@ -36,7 +36,7 @@ do
*)
[ -n "$fname" ] && \
printf " %s\n" "$line" \
| sed 's,\t, ,' \
| sed 's, , ,' \
| sed 's,\*,o,' >> $fname
;;
esac