[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

shell gurus needed ...



Hi all!

Currently in tex-common there is a change to dh_installtex autoscripts
for the fmtutil stuff. Whatever, the problem is that before there was
always
	Building format(s) --byfmt foobar. This may take some time...  done
Now I have the following code:
dhit_build_format ()
{

    tempfile=$(mktemp -p /tmp fmtutil.XXXXXXXX)
    printf "Building format(s) $@. This may take some time... "
    if fmtutil-sys "$@" > $tempfile 2>&1 ; then
...

and I always get
	Building format(s)--cnffile done
(or something similar). Some text is always missing, but the formats are
build and the command run etc. Only the echo is problematic.

Any ideas why this could be?

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
SNITTERFIELD (n.)
Office noticeboard on which snitters (q.v.), cards saying 'You don't
have to be mad to work here, but if you are it helps !!!' and slightly
smutty postcards from Ibiza get pinned up by snitterbies (q.v.)
			--- Douglas Adams, The Meaning of Liff



Reply to: