Browse Source

fix previous change

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@279795 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
493802131a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java View File

@@ -361,7 +361,7 @@ public class NetCommand {
String newCommandLine[] = new String[2];
newCommandLine[0] = commands[0];
newCommandLine[1] = "@" + temporaryCommandFile.getAbsolutePath();
logVerbose(newCommandLine.describeCommand());
logVerbose(Commandline.describeCommand(newCommandLine));
executable.setCommandline(newCommandLine);
}
}


Loading…
Cancel
Save