wok-next annotate 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
rev   line source
al@19793 1 Index: magicpoint-1.13a/contrib/tex2eps.sh
al@19793 2 ===================================================================
al@19793 3 --- magicpoint-1.13a.orig/contrib/tex2eps.sh 2008-12-24 11:59:36.000000000 -0500
al@19793 4 +++ magicpoint-1.13a/contrib/tex2eps.sh 2008-12-24 12:00:07.000000000 -0500
al@19793 5 @@ -13,7 +13,7 @@
al@19793 6 # temporary filename (without .eps suffix)
al@19793 7 tmp=$1
al@19793 8
al@19793 9 -echo '\nopagenumbers' > $tmp.tex
al@19793 10 +printf '\\nopagenumbers\n' > $tmp.tex
al@19793 11 cat >> $tmp.tex
al@19793 12 echo '\end' >> $tmp.tex
al@19793 13 tex $tmp.tex > /dev/null 2> /dev/null