diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ unsigned int shell_context; /* Used in cmdedit.c to reset the /* Globals that are static to this file */ static char *cwd; -static char *local_pending_command; +static char *local_pending_command = NULL; static struct jobset job_list = { NULL, NULL }; static int argc; static char **argv; |