Browse Source

javadocs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277813 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
45088ad68e
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/main/org/apache/tools/ant/taskdefs/Execute.java

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

@@ -195,6 +195,12 @@ public class Execute {
return procEnvironment;
}

/**
* This is the operation to get our environment.
* It is a notorious troublespot pre-Java1.5, and should be approached
* with extreme cuation.
* @return
*/
private static String[] getProcEnvCommand() {
if (Os.isFamily("os/2")) {
// OS/2 - use same mechanism as Windows 2000


Loading…
Cancel
Save