pointtools

Simple point utilities to hold text presentations.
git clone git://r-36.net/pointtools
Log | Files | Refs | LICENSE

commit 4c5d14714b0fe979ecf2c9447a5fb9468d22425c
parent 58e580f216fb9bf4f3916a9af7a1035835d0316c
Author: Solene Rapenne <solene@perso.pw>
Date:   Mon, 13 Aug 2018 09:47:36 +0200

Fix tab replacements with non-gnu sed

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
bin/md2point | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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