aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-05 21:23:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-05 21:23:44 +0000
commit23b8a6c6bae532aa3c8e8188b7a09a97c48fbf5d (patch)
tree6e9fd04294c39ac33b362dfea576e5f98f4c4e49 /lash.c
parent17fe6190427dfd6a6fd726c7fb79ccca3522e264 (diff)
downloadbusybox-w32-23b8a6c6bae532aa3c8e8188b7a09a97c48fbf5d.tar.gz
busybox-w32-23b8a6c6bae532aa3c8e8188b7a09a97c48fbf5d.tar.bz2
busybox-w32-23b8a6c6bae532aa3c8e8188b7a09a97c48fbf5d.zip
Needs to be NULL at init in all cases.
git-svn-id: svn://busybox.net/trunk/busybox@1545 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lash.c b/lash.c
index 36e8aa5ea..98d6b65a6 100644
--- a/lash.c
+++ b/lash.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;