From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- batch.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 batch.scm (limited to 'batch.scm') diff --git a/batch.scm b/batch.scm old mode 100644 new mode 100755 index 14117d0..b7090e5 --- a/batch.scm +++ b/batch.scm @@ -23,6 +23,7 @@ (require 'parameters) (require 'string-port) (require 'pretty-print) +(require 'multiarg-apply) (require 'common-list-functions) (require-if '(and bignum compiling) 'posix-time) @@ -107,7 +108,7 @@ (else (slib:error 'batch:command 'failed strings)))) ;@ (define (batch:run-script parms name . strings) - (case (batch:dialect parms strings) + (case (batch:dialect parms) ((vms) (batch:command parms (string-append "@" name) strings)) (else (batch:command parms name strings)))) @@ -348,6 +349,7 @@ (call-with-output-string (lambda (port) (batch:call-with-output-script + parms port (lambda (batch-port) (define new-parms (copy-tree pl)) -- cgit v1.2.3