Xref: utzoo unix-pc.bugs:122 comp.sys.att:9336 Path: utzoo!attcan!uunet!samsung!usc!apple!vsi1!daver!kcdev!pars!cpsolv!rhg From: rhg@cpsolv.CPS.COM (Richard H. Gumpertz) Newsgroups: unix-pc.bugs,comp.sys.att Subject: bug in Unix-PC /usr/bin/uuto Message-ID: <514@cpsolv.CPS.COM> Date: 12 Apr 90 16:48:57 GMT Reply-To: rhg@cpsolv.uucp (Richard H. Gumpertz) Organization: Computer Problem Solving, Leawood, Kansas Lines: 14 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 | ==========================================================================