[unix-pc.bugs] bug in Unix-PC /usr/bin/uuto

rhg@cpsolv.CPS.COM (Richard H. Gumpertz) (04/12/90)

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@CPS.COM), 12 April 1990
fi

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