From af93407cb40916a85d444dc62174d3b421b8842c Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 2 Oct 2012 15:31:03 +0100 Subject: Fix setup script and remove untrue and misleading comment --- scsh-process.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scsh-process.scm') diff --git a/scsh-process.scm b/scsh-process.scm index bdb40aa..280a3c9 100644 --- a/scsh-process.scm +++ b/scsh-process.scm @@ -274,9 +274,8 @@ (setup-redirection (= 1 (current-output-port))) (setup-redirection (= 2 (current-error-port))) ?expr0 ...)) - ((_ (epf ?args ...)) ; This disambiguates redirection inside && and || + ((_ (epf ?args ...)) ; This disambiguates redirection (exec-epf ?args ...)) - ;; This is purely for convenience, so you don't need the (epf ...) wrapper ((_ (?prog ?arg0 ...) ?redir0 ...) (begin (setup-redirection ?redir0) ... -- cgit v1.2.3