Revert "A non-void cmd is always valid, even if it raced with self.interrupt_asked"
commitad1f664e4a44aaa8b2d856c54f76d412821657a7
authorGuillaume Chazarain <guichaz@gmail.com>
Fri, 4 Apr 2008 18:30:50 +0000 (4 20:30 +0200)
committerGuillaume Chazarain <guichaz@gmail.com>
Fri, 4 Apr 2008 18:30:50 +0000 (4 20:30 +0200)
treee548918d2623dd1553abd01507d2931f7f7725c4
parentb5c516c99df55ce9e34b24cd7dc71d4c3f34c0cb
Revert "A non-void cmd is always valid, even if it raced with self.interrupt_asked"

This reverts commit b5c516c99df55ce9e34b24cd7dc71d4c3f34c0cb.

The commit is wrong as can be seen in this example:

ready (2)> sleep 2
waiting (2/2)> uptim
localhost  : sh: uptim: command not found
localhost#1: sh: uptim: command not found

The next command would be validated even though it was not validated
by Enter.
gsh/stdin.py