Allow sync of subfolders only

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@358942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-12-24 17:49:11 +00:00
parent f734b900a7
commit b8c27119b5

View File

@ -8,8 +8,8 @@ basedest=/home/projects/maven/repository-staging/to-ibiblio/maven2
if [ ! -z $GROUPID ]
then
src=$src/$GROUPID
dest=$dest/$GROUPID
src=$basesrc/$GROUPID
dest=$basedest/$GROUPID
else
src=$basesrc
dest=$basedest