[tcljava-user] Exec command should set errorCode
Brought to you by:
mdejong
From: Michael T. A. <mt...@so...> - 2000-11-28 13:32:24
|
Hi, thank you for Jacl it is nice work. However I have made a little correction to make the exec command set the errorCode as it should: diff ExecCmd.java ExecCmd.java.org 157,160d156 < if (exit != 0) { < interp.setErrorCode(TclInteger.newInstance(exit)); < } < Hope you can use it. Best regards Michael Tulinius Andersen @Softility.dk |