From e0d3b1671b3f94657d70223b51285ed287c882df Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 1 Nov 2020 00:02:33 +0100 Subject: New binary directory structure --- apps/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index 73ea745..9d64388 100644 --- a/apps/init.c +++ b/apps/init.c @@ -10,8 +10,8 @@ int main(int argc, char **argv) /* printf("ARGC: %d\n", argc); */ /* printf("[%s loaded]\n", argv[0]); */ - int wm = exec("/wm", "wm", argv[1], NULL); - int exec = exec("/exec", "test", NULL); + int wm = exec("/bin/wm", "wm", argv[1], NULL); + int exec = exec("/bin/exec", "test", NULL); return wm + exec; } -- cgit v1.2.3