summaryrefslogtreecommitdiff
path: root/Build/source/utils/biber
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-02 00:14:21 +0000
committerKarl Berry <karl@freefriends.org>2012-08-02 00:14:21 +0000
commit459e82019ab78f401ed59ff60cc9733626c72be4 (patch)
treeef952f25ec33d8bf306c289cd73715fc20650286 /Build/source/utils/biber
parent135847ee45f176c2465b7f48760d9c4c063fa36b (diff)
consistency
git-svn-id: svn://tug.org/texlive/trunk@27276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/biber')
-rw-r--r--Build/source/utils/biber/TeXLive/TLUtils.pm17
1 files changed, 10 insertions, 7 deletions
diff --git a/Build/source/utils/biber/TeXLive/TLUtils.pm b/Build/source/utils/biber/TeXLive/TLUtils.pm
index 5b9a6355623..f76b3328f63 100644
--- a/Build/source/utils/biber/TeXLive/TLUtils.pm
+++ b/Build/source/utils/biber/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 27031 $';
+my $svnrev = '$Revision: 27249 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
@@ -2723,12 +2723,15 @@ See the documentation for updmap.
}
} else { # first line did not match
- print STDERR "Apparently
- $oldupd
-was created by hand. This config file should not be used anymore,
-so please do what's necessary to eliminate it.
-See the documentation for updmap.
-";
+ # that is NOT a good idea, because updmap creates updmap.cfg in
+ # TEXMFSYSCONFIG when called with --enable Map etc, so we should
+ # NOT warn here
+ # print STDERR "Apparently
+# $oldupd
+# was created by hand. This config file should not be used anymore,
+# so please do what's necessary to eliminate it.
+# See the documentation for updmap.
+# ";
}
}