summaryrefslogtreecommitdiff
path: root/support/crossrefware/bbl2bib.pl
diff options
context:
space:
mode:
Diffstat (limited to 'support/crossrefware/bbl2bib.pl')
-rwxr-xr-xsupport/crossrefware/bbl2bib.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/crossrefware/bbl2bib.pl b/support/crossrefware/bbl2bib.pl
index 397e52a6af..2e3df9b685 100755
--- a/support/crossrefware/bbl2bib.pl
+++ b/support/crossrefware/bbl2bib.pl
@@ -86,7 +86,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
@@ -98,7 +98,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";
}