Project

General

Profile

This project is closed and read-only.

Actions

Backport #7963

closed

backport r39507: tool/mkconfig.rb: reconstruct comma separated list values

Backport #7963: backport r39507: tool/mkconfig.rb: reconstruct comma separated list values

Added by nobu (Nobuyoshi Nakada) over 13 years ago. Updated over 13 years ago.

Status:
Closed
[ruby-core:52918]

Description

=begin
We didn't know that batch file command line is split by commas and
semicolons, not only by spaces and equal signs.

This make ((%--with-out-ext%)) option not working with multiple pattern,
e.g. ((%--with-out-ext=curses,*dbm%)) generates ((%--without-ext=curses=*dbm%)) in
rbconfig.rb.

This should be needed by 1.9.3 too.
=end

Actions

Also available in: PDF Atom