bodewig     02/01/29 09:26:38

  Modified:    src/main/org/apache/tools/ant/taskdefs Execute.java
  Log:
  superfluos line
  
  Revision  Changes    Path
  1.32      +1 -3      
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Execute.java
  
  Index: Execute.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Execute.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Execute.java      29 Jan 2002 17:22:56 -0000      1.31
  +++ Execute.java      29 Jan 2002 17:26:38 -0000      1.32
  @@ -77,7 +77,7 @@
    *
    * @author [EMAIL PROTECTED]
    *
  - * @version $Revision: 1.31 $
  + * @version $Revision: 1.32 $
    */
   public class Execute {
   
  @@ -227,8 +227,6 @@
               return cmd;
           }
           else if ( Os.isFamily("windows") ) {
  -            String osname =
  -                System.getProperty("os.name").toLowerCase(Locale.US);
               // Determine if we're running under XP/2000/NT or 98/95
               if ( !Os.isFamily("win9x") ) {
                   // Windows XP/2000/NT
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to