]> git.sur5r.net Git - openldap/commitdiff
Add echo...
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jul 1999 01:16:21 +0000 (01:16 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jul 1999 01:16:21 +0000 (01:16 +0000)
build/mkrelease

index eb7f679194899f508712db74197d1c5fe0579cda..6cdd3d0f8d1554cc9327fa1e4076701027db8d60 100755 (executable)
@@ -25,7 +25,11 @@ if test -e $RELNAME ; then
        exit 1
 fi
 
-cvs export -r$CVSTAG -d $RELNAME $*
+echo Release: $RELNAME
+echo CVS Tag: $CVSTAG
+echo Modules: $*
+
+cvs -q export -r $CVSTAG -d $RELNAME $*
 
 if test ! -d $RELNAME ; then
        echo "error: $RELNAME doesn't exists"