aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/lash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c
index 3b51e98a9..525767190 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -1377,7 +1377,7 @@ static int busy_loop(FILE * input)
1377 } 1377 }
1378 else { 1378 else {
1379 free(command); 1379 free(command);
1380 command = (char *) xzalloc(BUFSIZ); 1380 command = xzalloc(BUFSIZ);
1381 next_command = NULL; 1381 next_command = NULL;
1382 } 1382 }
1383 } else { 1383 } else {