summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/tex.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/tex.yaml')
-rw-r--r--support/arara/scripts/rules/tex.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/tex.yaml b/support/arara/scripts/rules/tex.yaml
index c682ea6b91..d036e5cb0d 100644
--- a/support/arara/scripts/rules/tex.yaml
+++ b/support/arara/scripts/rules/tex.yaml
@@ -12,7 +12,8 @@ commands:
- name: TeX engine
command: >
@{
- return getCommand('tex', interaction, shell, options, reference);
+ return getCommand('tex', interaction, shell, options,
+ reference.getName());
}
arguments:
- identifier: interaction