diff options
Diffstat (limited to 'scsh-process.scm')
-rw-r--r-- | scsh-process.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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) ... |