From c2deb895ac552e640aee5f0a682bbc193c8db72e Mon Sep 17 00:00:00 2001 From: Oliver Webb Date: Mon, 19 Feb 2024 12:53:53 -0600 Subject: [PATCH] ts, remove MAYFORK, add in LINEBUF --- toys/other/ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/other/ts.c b/toys/other/ts.c index 553af7d6..f41bbf19 100644 --- a/toys/other/ts.c +++ b/toys/other/ts.c @@ -4,7 +4,7 @@ * * No standard. -USE_TS(NEWTOY(ts, "ims", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_MAYFORK)) +USE_TS(NEWTOY(ts, "ims", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_LINEBUF)) config TS bool "ts" -- 2.39.2