wok-next diff bc/stuff/fix-libmath_h @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bc/stuff/fix-libmath_h	Sat Jun 27 13:41:53 2020 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +#! /bin/bash
     1.5 +sed -e '1   s/^/{"/' \
     1.6 +    -e     's/$/",/' \
     1.7 +    -e '2,$ s/^/"/'  \
     1.8 +    -e   '$ d'       \
     1.9 +    -i libmath.h
    1.10 +
    1.11 +sed -e '$ s/$/0}/' \
    1.12 +    -i libmath.h