summaryrefslogtreecommitdiff
path: root/tool/runruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/runruby.rb')
-rwxr-xr-xtool/runruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/runruby.rb b/tool/runruby.rb
index 7def5063b2..34b51da86e 100755
--- a/tool/runruby.rb
+++ b/tool/runruby.rb
@@ -84,7 +84,7 @@ if File.file?(libruby_so)
e ||= "LD_PRELOAD" if /linux/ =~ RUBY_PLATFORM
end
if e
- env[e] = [libruby_so, ENV[e]].compact.join(' ')
+ env[e] = [libruby_so, ENV[e]].compact.join(File::PATH_SEPARATOR)
end
end