Hi Rob and List,

There is a typo in mkfifo.c for __Z__  option.

--- a/toys/posix/mkfifo.c       2015-07-05 13:06:51.000000000 +0530
+++ b/toys/posix/mkfifo.c       2015-07-09 13:08:21.000000000 +0530
@@ -4,7 +4,7 @@
  *
  * See http://opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html
-USE_MKFIFO(NEWTOY(mkfifo, "<1"USE_MKFIFO_Z("Z")"m:",
TOYFLAG_USR|TOYFLAG_BIN))
+USE_MKFIFO(NEWTOY(mkfifo, "<1"USE_MKFIFO_Z("Z:")"m:",
TOYFLAG_USR|TOYFLAG_BIN))
 config MKFIFO
   bool "mkfifo"


-- 
Thanks & Regards
Sameer Prakash Pradhan

Attachment: mkfifo.c.patch
Description: Binary data

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to