diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index 4155f8dd2..53377d4ed 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1437,7 +1437,7 @@ static int busy_loop(FILE * input) | |||
1437 | next_command = command; | 1437 | next_command = command; |
1438 | } | 1438 | } |
1439 | 1439 | ||
1440 | if (expand_arguments(next_command) == FALSE) { | 1440 | if (! expand_arguments(next_command)) { |
1441 | free(command); | 1441 | free(command); |
1442 | command = (char *) xcalloc(BUFSIZ, sizeof(char)); | 1442 | command = (char *) xcalloc(BUFSIZ, sizeof(char)); |
1443 | next_command = NULL; | 1443 | next_command = NULL; |