summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-dvisvgm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-dvisvgm.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-dvisvgm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/arara-rule-dvisvgm.yaml b/support/arara/scripts/rules/arara-rule-dvisvgm.yaml
index 3ae1ecb756..8dbc005a98 100644
--- a/support/arara/scripts/rules/arara-rule-dvisvgm.yaml
+++ b/support/arara/scripts/rules/arara-rule-dvisvgm.yaml
@@ -13,7 +13,7 @@ commands:
- name: The dvisvgm program
command: >
@{
- base = getBasename(reference.getName()).
+ base = getBasename(reference.fileName).
concat('.').concat(entry[0]);
return getCommand('dvisvgm', getOrNull(entry, 1), pages,
options, base);