Change path

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-06-10 14:14:24 +00:00
parent 6f207c7b4d
commit bed7cd0b63
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ cd $HOME/repository-staging/to-ibiblio/maven2
# ideally we would use --ignore-existing but we need to copy the metadata files
CMD="rsync --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
CMD="rsync --exclude-from=$HOME/repository-tools/syncopate/exclusions.txt -e ssh $OPTS -acivz $FROM $TO"
echo "Syncing $FROM -> $TO"
$CMD