Browse Source

revert local change that should never have been committed

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

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

@@ -498,6 +498,7 @@ public class Execute {
watchdog.stop();
}
streamHandler.stop();
closeStreams(process);

if (watchdog != null) {
watchdog.checkException();


Loading…
Cancel
Save