There is a typo in mkfifo.c for __Z__ option.
authorSameer Pradhan <sameer.p.pradhan@gmail.com>
Thu, 9 Jul 2015 22:19:03 +0000 (17:19 -0500)
committerRob Landley <rob@landley.net>
Thu, 9 Jul 2015 22:19:03 +0000 (17:19 -0500)
toys/posix/mkfifo.c

index 9aa3a3a..9fc3829 100644 (file)
@@ -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"