[Debian-tex-commits] SVN tex-common commit + diffs: r2762 -
tex-common/trunk/scripts
Norbert Preining
preining at alioth.debian.org
Wed May 2 11:59:05 UTC 2007
Author: preining
Date: 2007-05-02 11:59:04 +0000 (Wed, 02 May 2007)
New Revision: 2762
Modified:
tex-common/trunk/scripts/postinst-tex
Log:
Hail Florent ;-)
Modified: tex-common/trunk/scripts/postinst-tex
===================================================================
--- tex-common/trunk/scripts/postinst-tex 2007-05-02 11:14:24 UTC (rev 2761)
+++ tex-common/trunk/scripts/postinst-tex 2007-05-02 11:59:04 UTC (rev 2762)
@@ -59,8 +59,7 @@
{
tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
- tmp="Building format(s) $@.\n\tThis may take some time... "
- printf "$tmp"
+ printf "Building format(s) $*.\n\tThis may take some time... "
if fmtutil-sys "$@" > $tempfile 2>&1 ; then
rm -f $tempfile
echo "done."
More information about the Debian-tex-commits
mailing list