diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-03-23 03:06:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-03-23 03:06:28 (GMT) |
commit | 390681c847e77cea057e25d88d083b31eecd756e (patch) | |
tree | 89eee761b643afc3008298a82ad2984cc1014cc9 /ChangeLog | |
parent | b52c9a2b4366612102ed299d835e0449d0edbf1b (diff) | |
download | tcl-390681c847e77cea057e25d88d083b31eecd756e.zip tcl-390681c847e77cea057e25d88d083b31eecd756e.tar.gz tcl-390681c847e77cea057e25d88d083b31eecd756e.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-22 Pat Thoyts <patthoyts@users.sourceforge.net> |