diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/bbsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/bbsh.c b/shell/bbsh.c index 77e186d35..791983a3a 100644 --- a/shell/bbsh.c +++ b/shell/bbsh.c | |||
| @@ -119,7 +119,7 @@ static char *parse_pipeline(char *cmdline, struct pipeline *line) | |||
| 119 | char *end; | 119 | char *end; |
| 120 | 120 | ||
| 121 | // Skip leading whitespace and detect end of line. | 121 | // Skip leading whitespace and detect end of line. |
| 122 | while (isspace(*start)) start++; | 122 | start = skip_whitespace(start); |
| 123 | if (!*start || *start=='#') { | 123 | if (!*start || *start=='#') { |
| 124 | if (ENABLE_BBSH_JOBCTL) line->cmdlinelen = start-cmdline; | 124 | if (ENABLE_BBSH_JOBCTL) line->cmdlinelen = start-cmdline; |
| 125 | return 0; | 125 | return 0; |
