freebsd-nq/usr.bin/uudecode
Juli Mallett 9873dd6133 Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly
chmodding using an octal mode, as uudecode needs to handle symbolic modes
as chmod and such do.

Suggested by:	Tim J. Robbins <tim@robbins.id.au>

Also move meta-character (~ in this case) globbing to only if we are reading
the filename from the encoded file, as otherwise it is the shell's job.

Reviewed by:	mike
Approved by:	mike
2002-03-19 00:44:07 +00:00
..
Makefile WARNS=2 is to become the default, so remove it from here. 2001-12-11 23:14:43 +00:00
uudecode.c Make uudecode(1) use setmode(3) and getmode(3) instead of just blindly 2002-03-19 00:44:07 +00:00