summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/scripts/tetex/updmap.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf/scripts/tetex/updmap.pl b/Master/texmf/scripts/tetex/updmap.pl
index 161d006b572..9f79894f03c 100644
--- a/Master/texmf/scripts/tetex/updmap.pl
+++ b/Master/texmf/scripts/tetex/updmap.pl
@@ -1104,7 +1104,8 @@ updmap is creating new map files using the following configuration:\
"$dvipsoutputdir/ps2pk.map") {
if ($^O=~/^MSWin(32|64)$/) {
$f =~ s@/@\\@g; $f = "\"$f\"" if ($f =~ m/\s/);
- @lines = `$ENV{'COMSPEC'} /c dir /b /s $f`; # rk. Suppress header and footer from dir output.
+ # rk. Suppress header and footer from dir output.
+ @lines = `\"$ENV{'COMSPEC'}\" /c dir /b /s $f`;
} else {
@lines = `ls -l $f`;
}