diff options
author | Elliott Hughes <enh@google.com> | 2020-08-19 14:45:31 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-08-21 05:17:13 -0500 |
commit | fa1af3b085ccbf9aacf423e12f69e04a41dcd1a7 (patch) | |
tree | 42223a073ca263e44890d934c1553cbd849d577e /toys/posix/tee.c | |
parent | c88d3b8bfa339a00a42187529a87085ca68b5a1f (diff) | |
download | toybox-fa1af3b085ccbf9aacf423e12f69e04a41dcd1a7.tar.gz |
cpio: fixes for Android kernel build.
Allow -pd to work by changing -p from an option that takes an
argument to an option that implies there will be an argument (that
is, `-pd x` is `-p -d x` with x being the directory for -p, rather
than `-p d x` with d being the directory, as we previously interpreted
it).
Fix -d (aka --make-directories) to not be a no-op. Previously we
acted as if this was always on.
Accept --quiet and effectively just ignore it, since toybox cpio
doesn't seem to produce any output that --quiet would suppress.
Diffstat (limited to 'toys/posix/tee.c')
0 files changed, 0 insertions, 0 deletions