[Debian-tex-commits] SVN tex-common commit + diffs: r2761 - tex-common/trunk/scripts

Norbert Preining preining at alioth.debian.org
Wed May 2 11:14:25 UTC 2007


Author: preining
Date: 2007-05-02 11:14:24 +0000 (Wed, 02 May 2007)
New Revision: 2761

Modified:
   tex-common/trunk/scripts/postinst-tex
Log:
fix for the postinst-tex autoscript to correctly print all the text


Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex	2007-05-02 09:50:28 UTC (rev 2760)
+++ tex-common/trunk/scripts/postinst-tex	2007-05-02 11:14:24 UTC (rev 2761)
@@ -59,7 +59,8 @@
 {
 
     tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
-    printf "Building format(s) $@. This may take some time... "
+    tmp="Building format(s) $@.\n\tThis may take some time... "
+    printf "$tmp"
     if fmtutil-sys "$@" > $tempfile 2>&1 ; then
         rm -f $tempfile
         echo "done."




More information about the Debian-tex-commits mailing list