CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2019/11/15 13:34:17
Modified files: bin/pax : options.c Log message: In cpio mode, when processing the -o switch, only set the archive format if not already set. This makes "cpio -Hustar -o" behave the same as "cpio -o -Hustar". ok guenther@