Fix tab replacements with non-gnu sed

Signed-off-by: Christoph Lohmann <20h@r-36.net>
master
Solene Rapenne 2018-08-13 09:47:36 +02:00 committed by Christoph Lohmann
parent 58e580f216
commit 4c5d14714b
1 changed files with 1 additions and 1 deletions

View File

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