Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!sdcsvax!sdcattb!sdcarl!rusty From: rusty@sdcarl.UUCP Newsgroups: net.unix-wizards Subject: csh bug? Message-ID: <4281@sdcarl.UUCP> Date: Tue, 7-Jun-83 21:33:23 EDT Article-I.D.: sdcarl.4281 Posted: Tue Jun 7 21:33:23 1983 Date-Received: Sat, 11-Jun-83 22:52:13 EDT Lines: 18 i'm not sure if this is a bug, it seems to me that it is. if you run the following shell script: #! /bin/sh sleep 9600 & echo sleeping... sleep 3600 then after you get the "sleeping..." message you do a ^Z, if you do a ps you will discover that both sleeps have been stopped. i would expect that only the 2nd one would be stopped. this happens regardless of whether the first line in the shell script is "#! /bin/sh" or "#! /bin/csh".