[Module-build-checkins] Module-Build Changes,1.429,1.430
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-02 21:15:28
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6820 Modified Files: Changes Log Message: Make sure we call write() after setting config values Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.429 retrieving revision 1.430 diff -u -d -r1.429 -r1.430 --- Changes 1 Mar 2006 22:46:22 -0000 1.429 +++ Changes 2 Mar 2006 21:15:20 -0000 1.430 @@ -27,6 +27,11 @@ - Fix detection of $VERSION expressions that are not assignments. [Spotted by Chris Dolan] + - The config_data script for querying and/or setting a module's + config data was forgetting to call write() after setting config + values (though setting feature values was working fine). + Fixed. [Brian Duggan] + - On Windows, remove the pl2bat generated 'Build.bat' script without the annoying "The batch file cannot be found." error. [Solution provided by RazTK and foxidrive on newsgroup alt.msdos.batch] |