diff options
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 5538668..5b69772 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -813,8 +813,6 @@ function gen_meta { if [ ! -f $1 ]; then return 1 - else - echo "Creating metafile for $1" fi if [ "`echo $1|grep -E '(.*{1,})\-(.*[\.\-].*[\.\-].*).tgz[ ]{0,}$'`" == "" ]; then @@ -847,6 +845,7 @@ function gen_meta { tar xzfO $1 install/slack-desc | grep -E '\w+\:' | grep -v '^#' >> $LOCATION/$METAFILE echo "" >> $LOCATION/$METAFILE + echo "Created metafile for `basename $1`" svn_add $LOCATION/$METAFILE |