commit | 8ec30e835f6062dc4a465f97de6f8477e6b8b983 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 11 12:03:01 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 11 12:03:01 2009 +0000 |
tree | 50cb96c5daf2516876aeac5ad6debf15d9c76c59 | |
parent | ce662d0467c302d3a37d4cfb7d4626a48794f60e [diff] [blame] |
Fix variable.
diff --git a/Demo/scripts/script.py b/Demo/scripts/script.py index efcecc5..a8aca4a 100755 --- a/Demo/scripts/script.py +++ b/Demo/scripts/script.py
@@ -12,7 +12,7 @@ def read(fd): data = os.read(fd, 1024) - file.write(data) + script.write(data) return data shell = 'sh'