diff --git a/maven-meeper/src/bin/deploy-bundle b/maven-meeper/src/bin/deploy-bundle index 4bc455882c..92ae63e9c0 100755 --- a/maven-meeper/src/bin/deploy-bundle +++ b/maven-meeper/src/bin/deploy-bundle @@ -99,7 +99,7 @@ echo $BUNDLE # A little help for manually created upload bundles [ -f license.txt ] && mv license.txt $LIC - if [ ! -f $LIC ] + if [ -f $LIC ] then ../d2u $LIC mkdir -p $REPODIR/${groupId}/licenses