summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/halt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/halt.yaml')
-rw-r--r--support/arara/scripts/rules/halt.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/arara/scripts/rules/halt.yaml b/support/arara/scripts/rules/halt.yaml
index 9d8aaa8aef..1c14644bcb 100644
--- a/support/arara/scripts/rules/halt.yaml
+++ b/support/arara/scripts/rules/halt.yaml
@@ -1,6 +1,6 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2018, Paulo Roberto Massa Cereda
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
@@ -8,11 +8,12 @@ identifier: halt
name: Halt
authors:
- Heiko Oberdiek
-- Paulo Cereda
+- Island of TeX
commands:
- name: The halt trigger
command: >
@{
- return getTrigger('halt');
+ halt(0);
+ return true;
}
arguments: []