From 94db90180aee4d3bd0c9c5e0da44b0195b32cef0 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Tue, 31 Jan 2006 00:15:51 +0000 Subject: [PATCH] Don't fail if license is not present, fixed typo PR: MRM-65 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@373640 13f79535-47bb-0310-9956-ffa450edef68 --- maven-meeper/src/bin/deploy-bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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