Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!spool.mu.edu!uwm.edu!linac!att!cbnewsh!cbnewse!danj1 From: Dan_Jacobson@ATT.COM Newsgroups: comp.unix.shell Subject: Re: "source" exits script, need to trap Message-ID: <1991May16.225350.15365@cbnewse.att.com> Date: 16 May 91 22:53:50 GMT References: <4055@island.COM> Sender: danj1@cbnewse.att.com (daniel.jacobson) Reply-To: Dan_Jacobson@ihlpz.ATT.COM Organization: AT&T-BL, Naperville IL, USA Lines: 7 In-Reply-To: daniel@island.COM's message of 16 May 91 00: 06:32 GMT >>>>> On 16 May 91 00:06:32 GMT, daniel@island.COM (Daniel Smith "innovation, not litigation...") said: DS> I have been writing a large csh script that has many DS> modules/files that source each other. I want to find a way to not DS> have the source command in csh bounce me out of the entire script. Maybe you can intersperse a layer of Bourne shell so you can use "trap".