[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/delugetools Deluge.java, 1.11, 1.12

Jonathan Hui jwhui at users.sourceforge.net
Tue Jun 14 13:53:38 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7046

Modified Files:
	Deluge.java 
Log Message:
Give a different exit code if an exception is thrown.



Index: Deluge.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/delugetools/Deluge.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Deluge.java	9 Jun 2005 22:12:25 -0000	1.11
--- Deluge.java	14 Jun 2005 20:53:36 -0000	1.12
***************
*** 301,305 ****
        } else {
  	System.err.println( "Error: "+e.getMessage() );
! 	System.exit(0);
        }
      }
--- 301,305 ----
        } else {
  	System.err.println( "Error: "+e.getMessage() );
! 	System.exit(1);
        }
      }



More information about the Tinyos-beta-commits mailing list