1 | | The script `src/bin/math-readline` (from #16703) puts the terminal in a bad state (due to #20173). |
| 1 | The script `src/bin/math-readline` (from #16703) puts the terminal in a bad state (due to #20173). There is also this problem reported by John Palmieri: |
| 2 | |
| 3 | If I run |
| 4 | {{{ |
| 5 | $ sage --sh |
| 6 | $ math-readline |
| 7 | }}} |
| 8 | then 19 out of 20 times, it fails immediately, but every now and then, maybe when the computer is more heavily loaded, it does something else: it says |
| 9 | {{{ |
| 10 | /bin/sh: math: command not found |
| 11 | }}} |
| 12 | (as with the immediate failures) and then it waits for input. |