This project is closed and read-only.
Actions
Backport #7963
closedbackport r39507: tool/mkconfig.rb: reconstruct comma separated list values
Backport #7963:
backport r39507: tool/mkconfig.rb: reconstruct comma separated list values
Status:
Closed
Assignee:
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