[Firebug-cvs] firebug/project/java firelogtest.sh,1.1,1.2 mhrun.sh,1.9,1.10
Brought to you by:
doolin
From: <do...@us...> - 2004-02-19 17:52:29
|
Update of /cvsroot/firebug/firebug/project/java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11711/project/java Modified Files: firelogtest.sh mhrun.sh Log Message: gps logging now works. Logs to location table. Index: firelogtest.sh =================================================================== RCS file: /cvsroot/firebug/firebug/project/java/firelogtest.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** firelogtest.sh 18 Feb 2004 01:18:30 -0000 1.1 --- firelogtest.sh 19 Feb 2004 17:41:53 -0000 1.2 *************** *** 7,10 **** --- 7,14 ---- echo $HOSTNAME export MSGPATH=C:\\cygwin\\opt\\tinyos-1.x\\tools\\java + elif [ $HOSTNAME = Firebug2 ]; then + echo $HOSTNAME + export MSGPATH=C:\\cygwin\\opt\\tinyos-1.x\\tools\\java + # export MSGPATH=C:\\cygwin\\home\\dave\\sf.net\\tinyos-1.x\\tools\\java else echo Set MSGPATH to point to tinyos-1.x/tools/java Index: mhrun.sh =================================================================== RCS file: /cvsroot/firebug/firebug/project/java/mhrun.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mhrun.sh 18 Feb 2004 01:17:06 -0000 1.9 --- mhrun.sh 19 Feb 2004 17:41:53 -0000 1.10 *************** *** 28,31 **** --- 28,34 ---- echo $HOSTNAME export MSGPATH=C:\\cygwin\\opt\\tinyos-1.x\\tools\\java + elif [ $HOSTNAME = Firebug2 ]; then + echo $HOSTNAME + export MSGPATH=C:\\cygwin\\opt\\tinyos-1.x\\tools\\java else echo Set MSGPATH to point to tinyos-1.x/tools/java |