Does that actually work? I thought you couldn't modify a file you were running on Windows? Generally speaking it's a bad idea with a script on unix too...
On Mon, Apr 03, 2006 at 02:34:39PM +0000, nextgens at freenetproject.org wrote: > Author: nextgens > Date: 2006-04-03 14:34:34 +0000 (Mon, 03 Apr 2006) > New Revision: 8438 > > Modified: > trunk/apps/installer/installclasspath/linux/update.sh > trunk/apps/installer/installclasspath/windows/update.cmd > Log: > installer: we want the installer to be able to selfupdate > > Modified: trunk/apps/installer/installclasspath/windows/update.cmd > =================================================================== > --- trunk/apps/installer/installclasspath/windows/update.cmd 2006-04-02 > 17:45:20 UTC (rev 8437) > +++ trunk/apps/installer/installclasspath/windows/update.cmd 2006-04-03 > 14:34:34 UTC (rev 8438) > @@ -3,5 +3,6 @@ > @echo "Updating Freenet" > bin\wget.exe -o NUL -N > http://downloads.freenetproject.org/alpha/freenet-cvs-snapshot.jar.url > bin\wget.exe -o NUL -i freenet-cvs-snapshot.jar.url -O > freenet-cvs-snapshot.jar > +bin\wget.exe -o NUL > https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/windows/update.cmd > @echo "Restarting Freenet" > @net start freenet- at serviceName@ > > _______________________________________________ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20060403/99c8005b/attachment.pgp>
