diff options
author | Norbert Preining <preining@logic.at> | 2008-04-23 08:25:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-23 08:25:48 +0000 |
commit | 7dee9ef2f620059a6c49a3823bd2e3069fa9441a (patch) | |
tree | 12c1bbd34545bd252aa744ee3959ebc21770bacd /Master | |
parent | 1db270e3bba92708906bfc31193f6f11127cf19d (diff) |
fix spaces in names, again
git-svn-id: svn://tug.org/texlive/trunk@7619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/texconf.tlu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/texconf.tlu b/Master/texmf/scripts/texlive/texconf.tlu index dd2cf0b3456..a8ad142d9b3 100755 --- a/Master/texmf/scripts/texlive/texconf.tlu +++ b/Master/texmf/scripts/texlive/texconf.tlu @@ -563,6 +563,7 @@ end if sys then command = { "mktexlsr", texmfconfig } + command = fixwin(command) os.spawn(command) end |