Problems with single letter variables

veach at ihuxl.UUCP veach at ihuxl.UUCP
Mon Oct 3 10:36:42 AEST 1983


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



More information about the Comp.unix.wizards mailing list