From e768cc604852d6fe8821592cea67835f67eab0db Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 15 Apr 2020 03:02:52 +0000 Subject: CTAN sync 202004150302 --- support/arara/scripts/rules/bib2gls.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'support/arara/scripts/rules/bib2gls.yaml') diff --git a/support/arara/scripts/rules/bib2gls.yaml b/support/arara/scripts/rules/bib2gls.yaml index 0fa6f4d1a2..513a7207f7 100644 --- a/support/arara/scripts/rules/bib2gls.yaml +++ b/support/arara/scripts/rules/bib2gls.yaml @@ -62,7 +62,8 @@ commands: return getCommand('bib2gls', dir, trans, group, interpret, breakspace, trimfields, recordcount, recordcountunit, cite, verbose, merge, locale, uniscript, packages, - ignore, custom, mapformats, options, getBasename(reference)); + ignore, custom, mapformats, options, + getBasename(reference.getName())); } } arguments: @@ -79,7 +80,7 @@ arguments: throwError('Forbidden transcript extension'); } - return ['--log-file', getBasename(reference)+"."+parameters.trans] + return ['--log-file', getBasename(reference.getName())+"."+parameters.trans] } - identifier: locale flag: > -- cgit v1.2.3