summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/dvitomp.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/dvitomp.test')
-rwxr-xr-xBuild/source/texk/web2c/mplibdir/dvitomp.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/dvitomp.test b/Build/source/texk/web2c/mplibdir/dvitomp.test
index c2f91463f96..66acda45488 100755
--- a/Build/source/texk/web2c/mplibdir/dvitomp.test
+++ b/Build/source/texk/web2c/mplibdir/dvitomp.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
@@ -8,7 +8,7 @@ test -d tests || mkdir -p tests
if tfmpath=`$KPSEWHICH cmbx10.tfm`; then
TEXMFCNF=$srcdir/../kpathsea \
- TFMFONTS=`dirname $tfmpath` \
+ TFMFONTS=`dirname "$tfmpath"` \
./mpost --dvitomp $srcdir/tests/story.dvi tests/xstory.mpx || exit 1
fi