Searched hist:92623 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/uudecode/
H A Duudecode.cdiff 92623 Mon Mar 18 22:44:07 MST 2002 jmallett 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

Completed in 113 milliseconds