From f8c411cc26460d1cc920c15ad9e57d994f072129 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 9 Sep 2014 23:44:48 -0500 Subject: Ignore -m option to cpio, it's what we do anyway so it's not an error. --- toys/posix/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') diff --git a/toys/posix/cpio.c b/toys/posix/cpio.c index 39fd9c33..4ead989e 100644 --- a/toys/posix/cpio.c +++ b/toys/posix/cpio.c @@ -13,7 +13,7 @@ * In order: magic ino mode uid gid nlink mtime filesize devmajor devminor * rdevmajor rdevminor namesize check -USE_CPIO(NEWTOY(cpio, "duH:i|t|F:v(verbose)o|[!io][!ot]", TOYFLAG_BIN)) +USE_CPIO(NEWTOY(cpio, "mduH:i|t|F:v(verbose)o|[!io][!ot]", TOYFLAG_BIN)) config CPIO bool "cpio" -- cgit v1.2.3