wok-next view magicpoint/stuff/patches/04_tex2ps_bashism.diff @ rev 20463
Combine receipts
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Mar 06 11:29:35 2018 +0200 (2018-03-06) |
parents | |
children |
line source
1 Index: magicpoint-1.13a/contrib/tex2eps.sh
2 ===================================================================
3 --- magicpoint-1.13a.orig/contrib/tex2eps.sh 2008-12-24 11:59:36.000000000 -0500
4 +++ magicpoint-1.13a/contrib/tex2eps.sh 2008-12-24 12:00:07.000000000 -0500
5 @@ -13,7 +13,7 @@
6 # temporary filename (without .eps suffix)
7 tmp=$1
9 -echo '\nopagenumbers' > $tmp.tex
10 +printf '\\nopagenumbers\n' > $tmp.tex
11 cat >> $tmp.tex
12 echo '\end' >> $tmp.tex
13 tex $tmp.tex > /dev/null 2> /dev/null