diff options
author | Norbert Preining <preining@logic.at> | 2008-04-16 12:42:54 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-16 12:42:54 +0000 |
commit | d15094099d850d7e186ec53f48f4b2124e44f753 (patch) | |
tree | 4bdfbc1eb9e5df168855fe851acd92109df41797 /Master/bin/i386-linux/fmtutil | |
parent | d30b7f3826f65988ef2fae42ad4bfc7437e3a62a (diff) |
update the fmtutil to fix the space in dir bug
git-svn-id: svn://tug.org/texlive/trunk@7455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-linux/fmtutil')
-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 0cdb4347121..8f35dfdec0f 100755 --- a/Master/bin/i386-linux/fmtutil +++ b/Master/bin/i386-linux/fmtutil @@ -702,7 +702,7 @@ run_initex() else fulldestdir="$destdir" fi - mkdir -p $fulldestdir + mkdir -p "$fulldestdir" if test -f $fmtfile; then grep '^! ' $format.log >/dev/null 2>&1 && log_failure "\`$engine -ini $tcxflag $jobswitch $prgswitch $texargs' possibly failed." |