remove extra logic

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-08-24 18:17:31 +00:00
parent a8fdf500b2
commit c769597ddc
1 changed files with 1 additions and 6 deletions

View File

@ -34,12 +34,7 @@ for f in `find conf -iname "*.sh"`
if [ -z $NO_SSH ]
then
if [ -z $SSH_OPTS ]
then
RSYNC_SSH="--rsh=ssh"
else
RSYNC_SSH="--rsh=ssh $SSH_OPTS"
fi
RSYNC_SSH="--rsh=ssh $SSH_OPTS"
fi
echo "Syncing $FROM -> $TO"