mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	quote pathnames in the server's command line for space contained
directory names. Thanks, arton. [ruby-dev:28386] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									6f43cc18a4
								
							
						
					
					
						commit
						a2bd4d594d
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
Fri Feb 24 20:21:38 2006  Masatoshi SEKI  <m_seki@mva.biglobe.ne.jp>
 | 
			
		||||
 | 
			
		||||
	* 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  <usa@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* instruby.rb: install *.exe.manifest and *.dll.manifest if exist.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ class DRbService
 | 
			
		|||
  @@ruby += " -d" if $DEBUG
 | 
			
		||||
  def self.add_service_command(nm)
 | 
			
		||||
    dir = File.dirname(File.expand_path(__FILE__))
 | 
			
		||||
    DRb::ExtServManager.command[nm] = "#{@@ruby} #{dir}/#{nm}"
 | 
			
		||||
    DRb::ExtServManager.command[nm] = "\"#{@@ruby}\" \"#{dir}/#{nm}\""
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  %w(ut_drb.rb ut_array.rb ut_port.rb ut_large.rb ut_safe1.rb ut_eval.rb).each do |nm|
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue