summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-29 20:13:59 +0000
committerKarl Berry <karl@freefriends.org>2022-06-29 20:13:59 +0000
commit65644686aa239c9275b139b4606b925302f90747 (patch)
treee88d6dcbc518f3156f1b00115cf1cdd735135f23 /Master/texmf-dist/scripts
parent8e46a2cc0c33df1573d5d06e74f15549c85e3db1 (diff)
arara (29jun22)
git-svn-id: svn://tug.org/texlive/trunk@63760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r--Master/texmf-dist/scripts/arara/arara.jarbin13140222 -> 13140222 bytes
-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
3 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/arara/arara.jar b/Master/texmf-dist/scripts/arara/arara.jar
index b6c898c1dbd..c0e7661da6b 100644
--- a/Master/texmf-dist/scripts/arara/arara.jar
+++ b/Master/texmf-dist/scripts/arara/arara.jar
Binary files differ
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