Fix variable.

This commit is contained in:
Georg Brandl 2009-10-11 12:03:01 +00:00
parent ce662d0467
commit 8ec30e835f

View file

@ -12,7 +12,7 @@ import pty
def read(fd):
data = os.read(fd, 1024)
file.write(data)
script.write(data)
return data
shell = 'sh'