Project

General

Profile

Actions

Bug #2669

closed

mkmf find_executable doesn't find .bat files

Added by rogerdpack (Roger Pack) over 14 years ago. Updated about 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.2dev (2010-01-25 trunk 26409) [i386-mingw32]
Backport:
[ruby-core:27912]

Description

=begin
Dunno if this was discussed already...

require 'mkmf'
=> true
find_executable('rdebug')
checking for rdebug... no
=> nil
find_executable('rdebug.bat')
checking for rdebug.bat... yes
=> "E:\installs\ruby_trunk_installed\bin/rdebug.bat"

(to me that's a bug, since it can find .exe's but not .bat's)
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0