diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-05-23 07:16:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-05-23 07:16:33 +0000 |
commit | 0572dd7e487908f56a5aa755f90bbbf134387d0d (patch) | |
tree | cc1e3e1773e653729bdd8ff4595a94986c1a513c /Build/source/texk/web2c/dvicopy.test | |
parent | 85722e162ab8bc579a5d6e199ea7d70ebc5d2bec (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/dvicopy.test')
-rwxr-xr-x | Build/source/texk/web2c/dvicopy.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/dvicopy.test b/Build/source/texk/web2c/dvicopy.test index 67825f804ad..272146802b2 100755 --- a/Build/source/texk/web2c/dvicopy.test +++ b/Build/source/texk/web2c/dvicopy.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"` \ ./dvicopy $srcdir/tests/story tests/xstory.dvi || exit 1 fi |