How long was this bug live for?
On Tuesday 27 November 2007 19:50, you wrote: > Author: nextgens > Date: 2007-11-27 19:50:31 +0000 (Tue, 27 Nov 2007) > New Revision: 15993 > > Modified: > trunk/apps/new_installer/res/windows/bin/install_updater.cmd > Log: > new_installer: fix a bug preventing the auto-updater from beeing enabled; doh > > Modified: trunk/apps/new_installer/res/windows/bin/install_updater.cmd > =================================================================== > --- trunk/apps/new_installer/res/windows/bin/install_updater.cmd > 2007-11-27 19:25:35 UTC (rev 15992) > +++ trunk/apps/new_installer/res/windows/bin/install_updater.cmd > 2007-11-27 19:50:31 UTC (rev 15993) > @@ -7,9 +7,9 @@ > @if exist offline goto end > @java -jar bin\sha1test.jar update/update.cmd . > NUL > :end > - at echo node.updater.enabled=true >> freenet.ini > + at echo node.updater.enabled=true>> freenet.ini > > @if not exist update goto noautoupdate > - at echo node.updater.autoupdate=true >> freenet.ini > + at echo node.updater.autoupdate=true>> freenet.ini > @del /F update > NUL > :noautoupdate > > _______________________________________________ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20071128/dc91b58b/attachment.pgp>
