From b52e67980d96a311754a05093596af903eed23ec Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 5 Sep 2003 16:25:55 +0000 Subject: * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. * win32/win32.c (CreateChild): fix condition about whether to call shell or not. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81b2bd034..49307dc4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 6 01:23:22 2003 NAKAMURA Usaku + + * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. + + * win32/win32.c (CreateChild): fix condition about whether to call + shell or not. + Sat Sep 6 00:36:20 2003 Nobuyoshi Nakada * Makefile.in (test): phony target. -- cgit