summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/animate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/animate.yaml')
-rw-r--r--support/arara/scripts/rules/animate.yaml10
1 files changed, 2 insertions, 8 deletions
diff --git a/support/arara/scripts/rules/animate.yaml b/support/arara/scripts/rules/animate.yaml
index d5baefa67d..c2c3c3fcdc 100644
--- a/support/arara/scripts/rules/animate.yaml
+++ b/support/arara/scripts/rules/animate.yaml
@@ -1,6 +1,6 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2020, Island of TeX
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
@@ -16,13 +16,7 @@ commands:
prefix = [];
input = getBasename(reference).concat('.pdf');
output = getBasename(reference).concat('.gif');
- if (isUnix()) {
- prefix = [ program ];
- }
- else {
- prefix = [ 'cmd', '/c', program ];
- }
- return getCommand(prefix, '-delay', delay, '-loop',
+ return getCommand(program, '-delay', delay, '-loop',
loop, '-density', density, options, input, output);
}
arguments: