changeset 1468:6fd5e556f89d draft

Ignore -m option to cpio, it's what we do anyway so it's not an error.
author Rob Landley <rob@landley.net>
date Tue, 09 Sep 2014 23:44:48 -0500
parents d1411369baa7
children 558b990afadc
files toys/posix/cpio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/cpio.c	Tue Sep 09 23:42:25 2014 -0500
+++ b/toys/posix/cpio.c	Tue Sep 09 23:44:48 2014 -0500
@@ -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"