Fix problem with non ssh rsyncs

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@434469 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-08-24 18:53:42 +00:00
parent 681fb36420
commit 65d8d31ddd
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ for f in `find conf -iname "*.sh"`
TO=
NO_SSH=
SSH_OPTS=
RSYNC_SSH=
# to prevent empty variable
RSYNC_SSH="-z"
source $f