Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZSH hangs with redirection
- X-seq: zsh-workers 26076
- From: JÃrg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: ZSH hangs with redirection
- Date: Thu, 20 Nov 2008 19:50:45 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=gnuu.de; s=banki; t=1227211326; i=@xxxxxxxxxxxx; bh=fZBdFDpXkBEMxDo7ec+3yz9z9LJGA/aj3 SLg7m3P98Y=; h=To:From:Subject:Date:Message-ID:Mime-Version: Content-Type:Content-Transfer-Encoding:Sender; b=OsZNzpBMYPKPLh9Z2 DlfZiWZUHbEOt+2XdB+XhWFSp1jK/xqA1kU5Z42JURdMQZHdkasJXzKcWdv6Cpkbb0a eXrLnuK30YQzcvkHXnyPtWDNls2tyu8N/AZ7VtbqMdHL0aFxhk6iXL0Yu5kca4P+PqP Nbvwk6aEe0LSTay1YsJA=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: news <news@xxxxxxxxxxxx>
Hi,
% echo $ZSH_VERSION
4.3.9-dev-0-cvs1115
% ( echo bla >&2 ) >&1 >/tmp/a 2>&1
bla
^C
I have to press ^C to get the prompt. Otherwise the process hangs. Why?
Doing I something wrong?
Bye, JÃrg.
--
Im Leben lernt der Mensch als erstes das Gehen und Sprechen.
SpÃter lernt er still zu sitzen und den Mund zu halten.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author