wok-next view magicpoint/stuff/patches/04_tex2ps_bashism.diff @ rev 20564

shell-detector, screenfetch: create $install tree
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:14:26 2018 +0200 (2018-04-10)
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