From: R. B. <ro...@pa...> - 2002-10-21 17:27:17
|
A couple of other thoughts. First, you can't assume $_tty is set. See the ugly code in _bashdb_msg from bashdb-io.inc. You may be inside a command file and not in an interactive shell in which case there is no tty. If you can find a cleaner way to handle _bashdb_msg the same would work here. If not you might have to create the read command and eval it - ugly. > I've added new option -F to fource print output to stderr. You mean to stdout, not stderr, right? Lastly I suppose we should create a test (in tests) and update the documentation in bashref.texi. However one might wait until after we get comments. |