summaryrefslogtreecommitdiff
path: root/Master/bin/win32/dviout.bat
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-28 23:14:34 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-28 23:14:34 +0000
commitd2f0972da377563590ef040adc8498d6c1655bd5 (patch)
treeb322cd1c6ad156fc1c84ea03dda4c569f614854b /Master/bin/win32/dviout.bat
parent7c9607ed7b752305f7757c2e18cfa4fa03834d27 (diff)
more absolute path fixes (based on Cherepanov's patch)
git-svn-id: svn://tug.org/texlive/trunk@15903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/dviout.bat')
-rwxr-xr-xMaster/bin/win32/dviout.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/bin/win32/dviout.bat b/Master/bin/win32/dviout.bat
index 1b9d2cdb3f7..b3eaa6cfb0f 100755
--- a/Master/bin/win32/dviout.bat
+++ b/Master/bin/win32/dviout.bat
@@ -17,7 +17,7 @@ path %tlroot%\bin\win32;%path%
rem Ask kpsewhich for TEXMFVAR
for /f "delims=" %%I in (
- 'kpsewhich --expand-var "$TEXMFVAR/fonts"'
+ '%~sdp0kpsewhich.exe --expand-var "$TEXMFVAR/fonts"'
) do (
set fontsdir=%%~fI
)
@@ -26,7 +26,7 @@ if not exist "%fontsdir%\" goto :no_fontsdir
rem Ask kpsewhich for TFM search path
for /f "delims=" %%I in (
- 'kpsewhich --show-path tfm'
+ '%~sdp0kpsewhich.exe --show-path tfm'
) do (
set tfmpath=%%I
)