From b96c27bba0b242fc860fc9a2fcb63f121312fa7e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 Mar 2021 19:52:56 +0100 Subject: LGTM! --- apps/init.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 221708e..35d296b 100644 --- a/apps/init.c +++ b/apps/init.c @@ -8,9 +8,8 @@ int main(int argc, char **argv) { UNUSED(argc); UNUSED(argv); - log("Arrived!\n"); - /* assert(exec("/bin/wm", "wm", NULL) == 0); */ + assert(exec("/bin/wm", "wm", NULL) == 0); /* assert(exec("/bin/window", "test", NULL) == 0); */ return 0; -- cgit v1.2.3