1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/mkmf
nobu 22f1db4b8e mkmf: Unquote directory strings
* lib/mkmf.rb (find_executable0): On Windows, it is actually valid
  to surround individual PATH directory entries with double
  quotes. Remove these before joining the path as otherwise the
  literal quotes would become part of the path, resulting in the
  executable not to be found.  [Fix GH-1305]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-03-24 16:10:43 +00:00
..
base.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_config.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_constant.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_convertible.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_find_executable.rb mkmf: Unquote directory strings 2016-03-24 16:10:43 +00:00
test_flags.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_framework.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_have_func.rb * test/mkmf/test_have_func.rb (test_have_func): 2015-12-29 01:37:20 +00:00
test_have_library.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_have_macro.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_libs.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_signedness.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_sizeof.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00