commit bash-20071018 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:14:23 -05:00
parent 3d4e09aa28
commit cc12da027f
4 changed files with 25 additions and 7 deletions
+1 -2
View File
@@ -1032,8 +1032,6 @@ readtok ()
if (c)
cp++;
lasttp = tp = cp - 1;
if (c == '\0')
{
lasttok = curtok;
@@ -1041,6 +1039,7 @@ readtok ()
tp = cp;
return;
}
lasttp = tp = cp - 1;
if (legal_variable_starter (c))
{