Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/26/83; site ihuxl.UUCP Path: utzoo!linus!decvax!harpo!eagle!mhuxi!houxm!ihnp4!ihuxl!veach From: veach@ihuxl.UUCP Newsgroups: net.unix-wizards Subject: Re: Problems with single letter variables Message-ID: <631@ihuxl.UUCP> Date: Sun, 2-Oct-83 20:36:42 EDT Article-I.D.: ihuxl.631 Posted: Sun Oct 2 20:36:42 1983 Date-Received: Mon, 3-Oct-83 06:32:33 EDT References: <2296@utcsrgv.UUCP> drufl.662, <2014@watarts.UUCP>, <335@burl.UUCP> Organization: BTL Naperville, Il. Lines: 24 The problem with uuto and man failing if you have certain single letter variables set is that they (uuto and man) assume that you have not used and exported these names for anything else. What they do is build up a string in a loop with the statement: d="$d $1" in the loop. The problem is, of course, they should set d= at start up rather than assume it is null. Michael T. Veach ihuxl!veach One of the esh authors -- Michael T. Veach ihuxl!veach