[Bug 1317476] Re: read builtin does not timeout when using readline for input

2014-08-04 Thread Launchpad Bug Tracker
This bug was fixed in the package bash - 4.3-8ubuntu1 --- bash (4.3-8ubuntu1) utopic; urgency=medium * Merge with Debian; remaining changes: bash (4.3-8) unstable; urgency=medium * Apply upstream patches 012 - 022, fixing the issues: - When a SIGCHLD trap runs a command

[Bug 1317476] Re: read builtin does not timeout when using readline for input

2014-08-03 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/bash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1317476 Title: read builtin does not timeout when using readline for input To manage notifications about this bug go

[Bug 1317476] Re: read builtin does not timeout when using readline for input

2014-05-08 Thread John Lenton
** Description changed: - As of 12.04 the read builtin seemingly ignores -t if -e is provided. + As of 14.04 the read builtin seemingly ignores -t if -e is provided. + + In 13.10, + + $ time read -t2 -e -p ? + ? + real 0m2.000s + user 0m0.000s + sys 0m0.000s + + In 14.04, + + $ time