summaryrefslogtreecommitdiff
path: root/support/crossrefware/bibmradd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'support/crossrefware/bibmradd.pl')
-rwxr-xr-xsupport/crossrefware/bibmradd.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/crossrefware/bibmradd.pl b/support/crossrefware/bibmradd.pl
index 10f36113f6..5f6ae053d9 100755
--- a/support/crossrefware/bibmradd.pl
+++ b/support/crossrefware/bibmradd.pl
@@ -52,7 +52,7 @@ Boris Veytsman
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2014-2017 Boris Veytsman
+Copyright (C) 2014-2021 Boris Veytsman
This is free software. You may redistribute copies of it under the
terms of the GNU General Public License
@@ -64,7 +64,7 @@ extent permitted by law.
use strict;
BEGIN {
# find files relative to our installed location within TeX Live
- chomp(my $TLMaster = `kpsewhich -var-value=SELFAUTOPARENT`); # TL root
+ chomp(my $TLMaster = `kpsewhich -var-value=TEXMFROOT`); # TL root
if (length($TLMaster)) {
unshift @INC, "$TLMaster/texmf-dist/scripts/bibtexperllibs";
}