From: Sameer Pradhan Date: Thu, 9 Jul 2015 22:19:03 +0000 (-0500) Subject: There is a typo in mkfifo.c for __Z__ option. X-Git-Tag: upstream/0.6.0~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=666b89d8c829b2f1d0301f78208b772645942e23;p=platform%2Fupstream%2Ftoybox.git There is a typo in mkfifo.c for __Z__ option. --- diff --git a/toys/posix/mkfifo.c b/toys/posix/mkfifo.c index 9aa3a3a..9fc3829 100644 --- a/toys/posix/mkfifo.c +++ b/toys/posix/mkfifo.c @@ -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"