From 674fd0001faf2877f3b9cc9dd5fc128fb27aaa87 Mon Sep 17 00:00:00 2001 From: seki Date: Fri, 24 Feb 2006 11:23:25 +0000 Subject: quote pathnames in the server's command line for space contained directory names. Thanks, arton. [ruby-dev:28386] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a66a5d7d1..0c922bac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 24 20:21:38 2006 Masatoshi SEKI + + * test/drb/drbtest.rb (add_service_command): quote pathnames in the + server's command line for space contained directory names. + Thanks, arton. [ruby-dev:28386] + Fri Feb 24 12:10:07 2006 NAKAMURA Usaku * instruby.rb: install *.exe.manifest and *.dll.manifest if exist. -- cgit