Needs to be NULL at init in all cases.
authorEric Andersen <andersen@codepoet.org>
Fri, 5 Jan 2001 21:23:44 +0000 (21:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 5 Jan 2001 21:23:44 +0000 (21:23 -0000)
lash.c
sh.c
shell/lash.c

diff --git a/lash.c b/lash.c
index 36e8aa5eae8a751d555eb341b91df81ea37f0a08..98d6b65a6132e47278527e59ce954e8ecd66f5f6 100644 (file)
--- a/lash.c
+++ b/lash.c
@@ -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;
diff --git a/sh.c b/sh.c
index 36e8aa5eae8a751d555eb341b91df81ea37f0a08..98d6b65a6132e47278527e59ce954e8ecd66f5f6 100644 (file)
--- a/sh.c
+++ b/sh.c
@@ -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;
index 36e8aa5eae8a751d555eb341b91df81ea37f0a08..98d6b65a6132e47278527e59ce954e8ecd66f5f6 100644 (file)
@@ -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;