summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml2
-rw-r--r--Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml b/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml
index 4d67014b062..b4ff42ace2a 100644
--- a/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml
@@ -24,7 +24,7 @@ commands:
if (getOriginalReference().equals(f)) {
throwError('I cannot overwrite the main file reference.');
}
- return getCommand(prefix, reference, t);
+ return getCommand(prefix, reference, f);
}
arguments:
- identifier: target
diff --git a/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml b/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml
index df9bf69e646..2594b220b02 100644
--- a/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml
@@ -27,7 +27,7 @@ commands:
if (getOriginalReference().equals(f)) {
throwError('I cannot overwrite the main file reference.');
}
- return getCommand(prefix, reference, t);
+ return getCommand(prefix, reference, f);
}
arguments:
- identifier: target