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