summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/mupdmap.pl8
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/mupdmap.pl b/Master/texmf/scripts/texlive/mupdmap.pl
index 456f08955cb..1137347a423 100755
--- a/Master/texmf/scripts/texlive/mupdmap.pl
+++ b/Master/texmf/scripts/texlive/mupdmap.pl
@@ -293,9 +293,11 @@ sub main {
$changes_config_file = "$dn/updmap.cfg";
}
}
- print "$prg is using the following updmap.cfg files (in precedence order):\n";
- for my $f (@{$opts{'cnffile'}}) {
- print " $f\n";
+ if (!$opts{'quiet'}) {
+ print "$prg is using the following updmap.cfg files (in precedence order):\n";
+ for my $f (@{$opts{'cnffile'}}) {
+ print " $f\n";
+ }
}
$alldata->{'changes_config'} = $changes_config_file;