Project

General

Profile

Bug #2280 » mkconfig.diff

romuloceccon (Rômulo Ceccon), 10/27/2009 04:02 AM

View differences:

mkconfig.rb (working copy)
next if $install_name and /^RUBY_INSTALL_NAME$/ =~ name
next if $so_name and /^RUBY_SO_NAME$/ =~ name
next if /^(?:X|(?:MINI|RUN)RUBY$)/ =~ name
next if /^build/ =~ name
if /^program_transform_name$/ =~ name and /^s(\\?.)(.*)\1$/ =~ val
next if $install_name
sep = %r"#{Regexp.quote($1)}"
    (1-1/1)