Lan Barnes wrote:
Tcl throws an error if an exec call returns anything on stderr. This makes perfect sense as long as they're real errors. I can catch them and abort the program if I don't care what the error is, or parse the error return if some errors call for different handling. But if the program is using stderr to say "everything's still OK here, boss :-)" I lose that flexibility.
So Tcl actually aborts the *exec* call if something hits stderr? If so, that's broken. Badly. -a -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
