fix path to m1 to m2 conversion

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 23:51:28 +00:00
parent ceedb11331
commit 86ffd66d46
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo "Running Maven 1.x to Maven 2.x conversion ..."
(
$REPOCLEAN/convert-m1-m2.sh $syncProperties
cd $REPOCLEAN
./convert-m1-m2.sh $syncProperties
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi