o use relative paths all the way and cygwin is happy as well as unix

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-19 18:13:25 +00:00
parent 9c66979376
commit 4f5cd541f0
1 changed files with 2 additions and 10 deletions

View File

@ -4,11 +4,7 @@
home=`pwd`
cp=`pwd`/../maven-core-it-verifier/target/maven-core-it-verifier-1.0.jar
#if $cygwin; then
# cp=`cygpath -pw "$cp"`
#fi
cp=../../maven-core-it-verifier/target/maven-core-it-verifier-1.0.jar
if [ ! -f $cp ]
then
@ -47,11 +43,7 @@ do
echo
fi
basedir=`pwd`
#if $cygwin; then
# basedir=`cygpath -pw "$basedir"`
#fi
basedir=.
java -cp "$cp" $verifier "$basedir"
)