commit bash-20060621 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:49:53 -05:00
parent db31eaf89e
commit efb82e9966
32 changed files with 33522 additions and 77 deletions
+1 -1
View File
@@ -2563,7 +2563,7 @@ read_token (command)
#endif /* ALIAS */
/* Read a single word from input. Start by skipping blanks. */
while ((character = shell_getc (1)) != EOF && whitespace (character))
while ((character = shell_getc (1)) != EOF && shellblank (character))
;
if (character == EOF)