From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galapagos.cse.psu.edu ([130.203.2.12]) by hawkwind.utcs.utoronto.ca with SMTP id <24018>; Tue, 29 Nov 1994 11:11:00 -0500 Received: from localhost by galapagos.cse.psu.edu with SMTP id <12684>; Tue, 29 Nov 1994 11:10:41 -0500 To: arnold@cc.gatech.edu (Arnold Robbins) cc: Sam Fans , arnold@skeeve.atl.ga.us Subject: Re: 9menu In-reply-to: Your message of "Tue, 29 Nov 1994 10:10:48 EST." <199411291510.KAA27318@penfold.cc.gatech.edu> Date: Tue, 29 Nov 1994 11:10:27 -0500 From: Scott Schwartz Message-Id: <94Nov29.111041est.12684@galapagos.cse.psu.edu> | That's not unreasonable, what I should probably do is fix 9menu to | just use ${SHELL:-/bin/sh}. I don't know... Isn't it better to have a definate syntax that 9menu will use, rather than have it depend on some environment variable? (Think about makefiles that need SHELL=/bin/sh at the top to get around some versions of make doing this.) If anything, a command line option is better than importing SHELL, I think.