From bec5cf9f69e4a57e6993233a638dc8d652fee511 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 11 Sep 2011 14:12:01 +1000 Subject: Implement full [exec] on mingw/msys This also involves some restructuring of the existing implementation to allow for as much reuse as possible. Signed-off-by: Steve Bennett --- tclcompat.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tclcompat.tcl') diff --git a/tclcompat.tcl b/tclcompat.tcl index 430af80..8e5b128 100644 --- a/tclcompat.tcl +++ b/tclcompat.tcl @@ -2,7 +2,7 @@ # # Loads some Tcl-compatible features. # I/O commands, case, lassign, parray, errorInfo, ::tcl_platform, ::env -# try, throw, file copy, info nameofexecutable +# try, throw, file copy, file delete -force # Set up the ::env array set env [env] -- cgit v1.1