From: Kurt Zeilenga Date: Fri, 30 Jul 1999 01:16:21 +0000 (+0000) Subject: Add echo... X-Git-Tag: TWEB_OL_BASE~361 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f267f7f71148eae8f52a9fb756341cf64b11ede;p=openldap Add echo... --- diff --git a/build/mkrelease b/build/mkrelease index eb7f679194..6cdd3d0f8d 100755 --- a/build/mkrelease +++ b/build/mkrelease @@ -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"