summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-bib2gls.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-bib2gls.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-bib2gls.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-bib2gls.yaml b/support/arara/scripts/rules/arara-rule-bib2gls.yaml
index b27309d246..87cf9196f3 100644
--- a/support/arara/scripts/rules/arara-rule-bib2gls.yaml
+++ b/support/arara/scripts/rules/arara-rule-bib2gls.yaml
@@ -63,7 +63,7 @@ commands:
breakspace, trimfields, recordcount, recordcountunit,
cite, verbose, merge, locale, uniscript, packages,
ignore, custom, mapformats, options,
- getBasename(reference.getName()));
+ getBasename(reference.fileName));
}
}
arguments:
@@ -80,7 +80,7 @@ arguments:
throwError('Forbidden transcript extension');
}
- return ['--log-file', getBasename(reference.getName())+"."+parameters.trans]
+ return ['--log-file', getBasename(reference.fileName)+"."+parameters.trans]
}
- identifier: locale
flag: >