diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-31 19:00:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-31 19:00:27 +0000 |
commit | 162389dc074850301f20e21f3811997841eeabe3 (patch) | |
tree | 1cccfd13538ad4a50d12c4b1e1f632190e9ac9d2 /Master/bin | |
parent | df05c64f967f2f98249e866d4ef69bbc5031e4ff (diff) |
spurious "
git-svn-id: svn://tug.org/texlive/trunk@4392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin')
-rwxr-xr-x | Master/bin/i386-linux/fmtutil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/i386-linux/fmtutil b/Master/bin/i386-linux/fmtutil index 249fe49b773..1314e799939 100755 --- a/Master/bin/i386-linux/fmtutil +++ b/Master/bin/i386-linux/fmtutil @@ -696,7 +696,7 @@ run_initex() if test -f $fmtfile; then grep '^! ' $format.log >/dev/null 2>&1 && log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' possibly failed." -" + # We don't want user-interaction for the following "mv" commands: mv "$format.log" "$fulldestdir/$format.log" </dev/null if mv "$fmtfile" "$fulldestdir/$fmtfile" </dev/null; then |