From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hawkwind.utcs.toronto.edu ([128.100.102.51]) by archone.tamu.edu with SMTP id <18894>; Sun, 15 Dec 1991 16:08:17 -0600 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2689>; Sun, 15 Dec 1991 17:07:48 -0500 To: rc@archone.tamu.edu Subject: Re: a tricky question In-reply-to: byron's message of Thu, 12 Dec 91 10:58:56 -0500. <91Dec12.103008cst.18907@archone.tamu.edu> Date: Sun, 15 Dec 1991 16:07:46 -0600 From: Chris Siebenmann Message-Id: <91Dec15.170748est.2689@hawkwind.utcs.toronto.edu> I think it's worth adding '-p' to rc (which would not import functions from the environment) just to make rc shell scripts more reliable in the face of random users using them. I know that I've been starting all my scripts with something that clears out the defined functions, but it's not foolproof; '-p' would be better and more convenient. Never allowing 'fn' and 'builtin' to be redefined as functions would probably also suffice, but I'd prefer '-p'. - cks