From: "nobu (Nobuyoshi Nakada)" Date: 2013-02-26T15:49:52+09:00 Subject: [ruby-core:52919] [Backport 200 - Backport #7963] backport r39507: tool/mkconfig.rb: reconstruct comma separated list values Issue #7963 has been updated by nobu (Nobuyoshi Nakada). Description updated ---------------------------------------- Backport #7963: backport r39507: tool/mkconfig.rb: reconstruct comma separated list values https://bugs.ruby-lang.org/issues/7963#change-37083 Author: nobu (Nobuyoshi Nakada) Status: Assigned Priority: Normal Assignee: nagachika (Tomoyuki Chikanaga) Category: Target version: =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 -- http://bugs.ruby-lang.org/