summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-xindy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-xindy.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-xindy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/arara-rule-xindy.yaml b/support/arara/scripts/rules/arara-rule-xindy.yaml
index 3eb75ac2f8..e41b086baf 100644
--- a/support/arara/scripts/rules/arara-rule-xindy.yaml
+++ b/support/arara/scripts/rules/arara-rule-xindy.yaml
@@ -12,7 +12,7 @@ commands:
- name: The Xindy software
command: >
@{
- base = getBasename(reference.getName());
+ base = getBasename(reference.fileName);
infile = base.concat('.').concat(input[0]);
outfile = [ '-o', base.concat('.').concat(output[0]) ];
logfile = [ '-t', base.concat('.').concat(log[0]) ];