Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh -c ':' & suspended
- X-seq: zsh-workers 428
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (zsh-workers)
- Subject: zsh -c ':' & suspended
- Date: Sat, 7 Oct 1995 00:40:17 +0100 (MET)
I recently reported that on solaris and AIX zsh has the following bug:
% zsh -fc 'echo bug' &
[1] 27312
% <RETURN>
[1] + suspended (tty output) zsh -fc 'echo bug'
Actually it is even worse:
% zsh -fc ':' &
[1] 27314
% <RETURN>
[1] + suspended (tty output) zsh -fc ':'
This means that zsh scripts cannot be backgrounded at all.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author