summaryrefslogtreecommitdiff
path: root/support/arara/scripts
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-01 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2021-04-01 03:01:15 +0000
commitf78ba658b3ecd56053fe0837a4404d0c6c16a707 (patch)
tree68160ffbc8adda4460c84c98ab764cddbcefdf71 /support/arara/scripts
parentd7fa794917856c6236da25ad082a9a52f2e73ffc (diff)
CTAN sync 202104010301
Diffstat (limited to 'support/arara/scripts')
-rw-r--r--support/arara/scripts/rules/arara-rule-clean.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/arara-rule-clean.yaml b/support/arara/scripts/rules/arara-rule-clean.yaml
index d2ec14d7f4..c1057c558c 100644
--- a/support/arara/scripts/rules/arara-rule-clean.yaml
+++ b/support/arara/scripts/rules/arara-rule-clean.yaml
@@ -19,7 +19,7 @@ commands:
else {
prefix = [ 'cmd', '/c', 'del' ];
}
- if (extensions == '') {
+ if (extensions.isEmpty()) {
if (getOriginalReference() == reference) {
throwError('I cannot remove the main file reference.');
}