scsh-users
[Top] [All Lists]

Re: Process forms and complex pipeline

To: stktrc <stktrc@yahoo.com>
Subject: Re: Process forms and complex pipeline
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Mon, 31 Mar 2003 08:13:10 +0200
Cc: scsh-news@zurich.ai.mit.edu
>>>>> "stktrc" == stktrc  <stktrc@yahoo.com> writes:

stktrc> This works as expected:
stktrc> (run (| (ls) (cat))

stktrc> But this just hangs:

stktrc> (run (|+ ((1 0)) (ls) (cat))

stktrc> Shouldn't both work equivalently?


Yes they should. There was a bug in fork/pipe+ that I have fixed for
0.6.4 which should be released by the end of the week.

-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>