Needs to be NULL at init in all cases.
diff --git a/lash.c b/lash.c
index 36e8aa5..98d6b65 100644
--- a/lash.c
+++ b/lash.c
@@ -203,7 +203,7 @@
 
 /* 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;