git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477338 13f79535-47bb-0310-9956-ffa450edef68

This commit is contained in:
Jason van Zyl 2006-11-20 21:13:13 +00:00
parent 4bc8361607
commit 3b5d72b0e4
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if [ ! -z "$RUNNING" ]; then
exit 1
fi
(
((
dir=`pwd`
syncProperties=$dir/synchronize.properties
@ -120,4 +120,4 @@ cp $M1_M2_REWRITE_RULES $MAVEN1_REPO/.htaccess
scp $M1_M2_REWRITE_RULES maven@login.ibiblio.org:/public/html/maven/.htaccess
) 2>&1 | tee $SYNC_REPORTS/last-sync-results.txt
) | tee $SYNC_REPORTS/last-sync-results.txt ) 2>&1