Browse Source

-log actual command

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@543406 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 18 years ago
parent
commit
a130f4fbe8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java

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

@@ -150,6 +150,7 @@ public class SSHExec extends SSHBase {

/* called once */
if (command != null) {
log("cmd : "+command, Project.MSG_INFO);
executeCommand(command);
} else { // read command resource and execute for each command
try {


Loading…
Cancel
Save