Path: utzoo!telly!philmtl!uunet!tut.cis.ohio-state.edu!sbphy.mit.edu!bfox From: bfox@sbphy.mit.edu (Brian Fox) Newsgroups: gnu.bash.bug Subject: bash 1.04: backgrounding subshells Message-ID: <9002091939.AA05156@sbphy.Ucsb.EDU> Date: 9 Feb 90 19:39:29 GMT References: <6524@uhccux.uhcc.hawaii.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@ai.mit.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 21 Date: 9 Feb 90 06:27:09 GMT From: uhccux!lupton@munnari.oz.au (Robert Lupton) Organization: University of Hawaii Sender: bug-bash-request@prep.ai.mit.edu If I say bash> ( cd foo ; make bar ) & I get a job number (say [2]), and then immediately a message that %2 has finished. But this means that the cd has finished (I think), anyway the make is still happily running (as shown by a ps x). I think that this is a bug. Robert (Vax 8600 running Ultrix 3.1, compiled with cc) Fixed in 1.05. Brian