Browse Source

superfluos line

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271006 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
7c50981b05
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/main/org/apache/tools/ant/taskdefs/Execute.java

+ 0
- 2
src/main/org/apache/tools/ant/taskdefs/Execute.java View File

@@ -227,8 +227,6 @@ public class Execute {
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


Loading…
Cancel
Save