The move should be the last thing in the file. On Wed, Apr 05, 2006 at 08:00:59AM +0000, [EMAIL PROTECTED] wrote: > Author: nextgens > Date: 2006-04-05 08:00:49 +0000 (Wed, 05 Apr 2006) > New Revision: 8466 > > Modified: > trunk/apps/installer/installclasspath/linux/update.sh > Log: > Doh > > Modified: trunk/apps/installer/installclasspath/linux/update.sh > =================================================================== > --- trunk/apps/installer/installclasspath/linux/update.sh 2006-04-05 > 00:55:33 UTC (rev 8465) > +++ trunk/apps/installer/installclasspath/linux/update.sh 2006-04-05 > 08:00:49 UTC (rev 8466) > @@ -5,9 +5,6 @@ > wget -o /dev/null -N > http://downloads.freenetproject.org/alpha/freenet-cvs-snapshot.jar.url > > touch freenet-cvs-snapshot.jar.url.old > -wget -o /dev/null > https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/linux/update.sh > -O update.sh > -chmod +x update.sh > - > diff --brief freenet-cvs-snapshot.jar.url freenet-cvs-snapshot.jar.url.old > if [[ $? -ne 0 ]] > then > @@ -21,4 +18,9 @@ > echo "Your freenet node is up to date" > fi > > +wget -o /dev/null > https://emu.freenetproject.org/svn/trunk/apps/installer/installclasspath/linux/update.sh > -O update2.sh > +chmod +x update2.sh > +mv update2.sh update.sh > + > + > popd 2>&1 >/dev/null > > _______________________________________________ > cvs mailing list > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs >
-- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so.
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
