diff options
author | Marvin Borner | 2021-03-20 19:52:56 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-20 19:52:56 +0100 |
commit | b96c27bba0b242fc860fc9a2fcb63f121312fa7e (patch) | |
tree | 0febf9d97020f131055ee41fe6d8b8bd6593045a /apps/init.c | |
parent | 635751fc2a75f66d1541469b3204efb1701bd91c (diff) |
LGTM!
Diffstat (limited to 'apps/init.c')
-rw-r--r-- | apps/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; |