From efcc4a1f6aa8207a5d89c0900f28c216e5d93cb0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 22 Oct 2020 20:03:29 -0500 Subject: Fix thinko. --- lib/xwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xwrap.c') diff --git a/lib/xwrap.c b/lib/xwrap.c index 85fa2405..e75fa811 100644 --- a/lib/xwrap.c +++ b/lib/xwrap.c @@ -190,7 +190,7 @@ void xvdaemon(void) // vfork and exec /proc/self/exe if (toys.stacktop) { - xpopen(0, 0, 0); + xpopen_both(0, 0); _exit(0); } -- cgit v1.2.3