From 666b89d8c829b2f1d0301f78208b772645942e23 Mon Sep 17 00:00:00 2001 From: Sameer Pradhan Date: Thu, 9 Jul 2015 17:19:03 -0500 Subject: There is a typo in mkfifo.c for __Z__ option. --- toys/posix/mkfifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/mkfifo.c b/toys/posix/mkfifo.c index 9aa3a3ae..9fc3829e 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" -- cgit v1.2.3