From 4f71d4ff0d1e7ff4607b58eb7d030bd860e44f3a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 4 Apr 2020 03:02:28 +0000 Subject: CTAN sync 202004040302 --- support/arara/scripts/rules/animate.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'support/arara/scripts/rules/animate.yaml') 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: -- cgit v1.2.3