From f0daf5ba2099b019e1405953468acd932739f944 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sat, 2 Jan 2010 20:31:42 +0100 Subject: [PATCH] Init: Replace system by spawn at the first execution of status_path --- src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.c b/src/init.c index c3f2066..8f14f97 100644 --- a/src/init.c +++ b/src/init.c @@ -216,7 +216,7 @@ init_status(void) if(st.st_size && st.st_mode & S_IXUSR) { estatus = True; - system(status_path); + spawn(status_path); } else warnx("status.sh file present in wmfs directory can't be executed, try 'chmod +x %s'.",