[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/telosb
build-mspgcc, 1.3, 1.4
Cory Sharp
cssharp at users.sourceforge.net
Tue Nov 30 21:20:13 PST 2004
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17899
Modified Files:
build-mspgcc
Log Message:
Fix the check for skipping anonymous SourceForge login if it's unneccessary.
Index: build-mspgcc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/telosb/build-mspgcc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build-mspgcc 25 Oct 2004 15:03:57 -0000 1.3
--- build-mspgcc 1 Dec 2004 05:20:11 -0000 1.4
***************
*** 110,114 ****
mkdir -p mspgcc-cvs
cd mspgcc-cvs
! if [ -f $HOME/.cvspass ] && grep -q -F ':pserver:anonymous at cvs.sf.net:' $HOME/.cvspass
then
:
--- 110,114 ----
mkdir -p mspgcc-cvs
cd mspgcc-cvs
! if [ -f $HOME/.cvspass ] && grep -q -F ':pserver:anonymous at cvs.sourceforge.net:' $HOME/.cvspass
then
:
More information about the Tinyos-beta-commits
mailing list