bug in Unix-PC /usr/bin/uuto

Richard H. Gumpertz rhg at cpsolv.CPS.COM
Fri Apr 13 02:48:57 AEST 1990


I just discovered a bug in the AT&T Unix PC 3.51 release of uuto: the -p flag
doesn't work.  The fix is easy: add the else clause shown below (all other
lines are from the original):

if test -z "$copy"
then a="$a -c"
else a="$a -C"	# Added by Richard H. Gumpertz (RHG at CPS.COM), 12 April 1990
fi

-- 
  ==========================================================================
  | Richard H. Gumpertz    rhg at CPS.COM    (913) 642-1777 or (816) 891-3561 |
  | Computer Problem Solving, 8905 Mohawk Lane, Leawood, Kansas 66206-1749 |
  ==========================================================================



More information about the Comp.sys.att mailing list