CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/27 03:31:08
Modified files:
usr.bin/ctfconv: ctfstrip
Log message:
Use getopts instead of getopt(1)
getopts is a standard shell builtin (POSIX) and lets you handle
whitespace in parameters. ok mpi@ sunil@
