aboutsummaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.c b/sh.c
index 36e8aa5ea..98d6b65a6 100644
--- a/sh.c
+++ b/sh.c
@@ -203,7 +203,7 @@ unsigned int shell_context; /* Used in cmdedit.c to reset the
203 203
204/* Globals that are static to this file */ 204/* Globals that are static to this file */
205static char *cwd; 205static char *cwd;
206static char *local_pending_command; 206static char *local_pending_command = NULL;
207static struct jobset job_list = { NULL, NULL }; 207static struct jobset job_list = { NULL, NULL };
208static int argc; 208static int argc;
209static char **argv; 209static char **argv;