diff options
-rw-r--r-- | srcx/jstart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcx/jstart.c b/srcx/jstart.c index 4953a81..aa119f8 100644 --- a/srcx/jstart.c +++ b/srcx/jstart.c @@ -61,7 +61,7 @@ #endif #define START_SCRIPT "/etc/rc" -static char* START_ARGS[] = { _PATH_BSHELL, START_SCRIPT }; +static char* START_ARGS[] = { _PATH_BSHELL, START_SCRIPT, NULL }; static void usage(); |