buf only has one f

git-svn-id: file:///home/svn/framework3/trunk@8629 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-02-24 23:00:05 +00:00
parent ebfaf77374
commit 1011d31613
1 changed files with 1 additions and 1 deletions

View File

@ -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)