Browse Source

mkdir -p doesnt fail if the dir already exists, so we do not need to ignore the errors.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278477 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
d96ebf2d5c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      build.xml

+ 0
- 2
build.xml View File

@@ -1356,12 +1356,10 @@
<sshexec username="${apache.user}" host="${ssh.host}"
keyfile="${ssh.keyfile}" passphrase="${ssh.passphrase}"
knownhosts="${ssh.knownhosts}"
failonerror="false"
command="mkdir -p ${ssh.dist.directory}" />
<sshexec username="${apache.user}" host="${ssh.host}"
keyfile="${ssh.keyfile}" passphrase="${ssh.passphrase}"
knownhosts="${ssh.knownhosts}"
failonerror="false"
command="mkdir -p ${ssh.jars.directory}"/>
</target>



Loading…
Cancel
Save