Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy
From: guy@auspex.auspex.com (Guy Harris)
Newsgroups: comp.unix.questions
Subject: Re: YAPQ (yet another prompt question)
Message-ID: <2354@auspex.auspex.com>
Date: 11 Aug 89 17:17:45 GMT
References: <1356@unhd.unh.UUCP> <1157@mitisft.Convergent.COM>
Reply-To: guy@auspex.auspex.com (Guy Harris)
Organization: Auspex Systems, Santa Clara
Lines: 6

>If you do use the SHELL trick, remember to set your SHELL variable back after
>running make - otherwise your su's will run the Bourne shell.

Or set it in the Makefile instead, and save yourself (and anybody else
running "make" with that Makefile) the trouble of remembering to set it
before running "make" and set it back after doing so.