summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mplibdir/dvitomp.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-23 07:16:33 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-05-23 07:16:33 +0000
commit0572dd7e487908f56a5aa755f90bbbf134387d0d (patch)
treecc1e3e1773e653729bdd8ff4595a94986c1a513c /Build/source/texk/web2c/mplibdir/dvitomp.test
parent85722e162ab8bc579a5d6e199ea7d70ebc5d2bec (diff)
self test (make check): Cope with spaces in paths returned by kpathsea
git-svn-id: svn://tug.org/texlive/trunk@26589 c570f23f-e606-0410-a88d-b1316a301751
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