diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 20:48:34 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 20:48:34 +0100 |
| commit | 50300fa573bf2bc00f9732e812d54ab77cf03dd7 (patch) | |
| tree | 7a998723578e601b427e17f9e90e7ce8dbb7c5d2 /kernel/syscalls.c | |
| parent | 61eff36a01a2639efeb515ec32f578ba99d97ff4 (diff) | |
mostly pr and cosmetics
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index 0e4ee66..401a5aa 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -344,7 +344,7 @@ int syscall_exit(int ret, int none1, int none2) log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"exit (ret=%d)", ret); #endif - static char *argv[]={"test",NULL}; + static char *argv[]={"shell","--silent",NULL}; syscall_execve(15,argv,0); // start shell } |
