aboutsummaryrefslogtreecommitdiffstats
path: root/maven-meeper
diff options
context:
space:
mode:
authorJason van Zyl <jvanzyl@apache.org>2006-11-20 21:13:13 +0000
committerJason van Zyl <jvanzyl@apache.org>2006-11-20 21:13:13 +0000
commit3b5d72b0e43c26c5267ce43dc3c578387470a8cd (patch)
tree6ecf1ad34267816d7c9a5b209c546662a9540594 /maven-meeper
parent4bc8361607e65f6dd0d86f547d11107e9f09bdce (diff)
downloadarchiva-3b5d72b0e43c26c5267ce43dc3c578387470a8cd.tar.gz
archiva-3b5d72b0e43c26c5267ce43dc3c578387470a8cd.zip
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@477338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper')
-rwxr-xr-xmaven-meeper/src/bin/synchronize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven-meeper/src/bin/synchronize.sh b/maven-meeper/src/bin/synchronize.sh
index 7b04a5b5b..1f2f71cae 100755
--- a/maven-meeper/src/bin/synchronize.sh
+++ b/maven-meeper/src/bin/synchronize.sh
@@ -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