Skip to content
  • Nobuyoshi Nakada's avatar
    22f1db4b
    mkmf: Unquote directory strings · 22f1db4b
    Nobuyoshi Nakada authored
    * 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
    22f1db4b
    mkmf: Unquote directory strings
    Nobuyoshi Nakada authored
    * 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
Loading