summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/tetex/updmap.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/tetex/updmap.pl b/Master/texmf/scripts/tetex/updmap.pl
index 304d83956ba..bf9b72b7f7d 100644
--- a/Master/texmf/scripts/tetex/updmap.pl
+++ b/Master/texmf/scripts/tetex/updmap.pl
@@ -1104,7 +1104,7 @@ 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 = `dir $f`;
+ @lines = `dir /b /s $f`; # rk. Suppress header and footer from dir output.
} else {
@lines = `ls -l $f`;
}