Xref: utzoo comp.unix.i386:3090 comp.unix.microport:4010 Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!rutgers!mit-eddie!mit-amt!snorkelwacker!think!husc6!contact!umb!blarson From: blarson@umb.umb.edu (Bruce Robert Larson) Newsgroups: comp.unix.i386,comp.unix.microport Subject: Re: Trying to get BASH going. Summary: status.bytes.low = 0 is not the only solution Message-ID: <1035@umb.umb.edu> Date: 21 Feb 90 07:31:28 GMT References: <1990Feb20.070242.4567@rancho.uucp> <1033@umb.umb.edu> Organization: UMASS-Boston, Boston, MA Lines: 13 In a previous posting I said: > ... > status.w_termsig = 0 ==> status.bytes.low & 0x7f = 0 > > Since the logical conjunction of status.bytes.low and 0x7f is 0, > then it follows that status.bytes.low must be 0. ^^^^ This is wrong. I should have said ``can be 0.'' Status.bytes.low = 0 just happens be the most convenient solution. Bruce