Changed test from file to dir

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@348852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2005-11-25 01:59:34 +00:00
parent 40bfc6eb06
commit 052a96d05b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ echo $BUNDLE
echo "artifactId: [${artifactId}]"
echo
if [ -f $REPODIR/${groupId} ]
if [ -d $REPODIR/${groupId} ]
then
echo "The group already exists"
else