buf only has one f
git-svn-id: file:///home/svn/framework3/trunk@8629 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ebfaf77374
commit
1011d31613
|
@ -138,7 +138,7 @@ class CommandShell
|
|||
idx = nil
|
||||
while (tmp = rstream.get_once(-1, 1))
|
||||
buf << tmp
|
||||
break if (idx = buff.index(token))
|
||||
break if (idx = buf.index(token))
|
||||
end
|
||||
|
||||
if (buf and idx)
|
||||
|
|
Loading…
Reference in New Issue