diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-03-23 03:10:09 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-03-23 03:10:09 (GMT) |
commit | 11faa6f4300fd411354704845136e378832cdb24 (patch) | |
tree | 99b873489375274ab632d453aa69839e151697bd /ChangeLog | |
parent | 668371a4f1e9f90b7d69d55e27ebeef487148ddd (diff) | |
download | tcl-11faa6f4300fd411354704845136e378832cdb24.zip tcl-11faa6f4300fd411354704845136e378832cdb24.tar.gz tcl-11faa6f4300fd411354704845136e378832cdb24.tar.bz2 |
Added quoting around the script name in the 'test' target; Joe
Mistachkin insists that he has a configuration that fails to launch
tcltest without it, and it appears harmless otherwise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ or [package require registry] attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch. + * win/makefile.vc: Added quoting around the script name in the + 'test' target; Joe Mistachkin insists that he has a configuration + that fails to launch tcltest without it, and it appears harmless + otherwise. 2003-03-20 Don Porter <dgp@users.sourceforge.net> |