Add echo...

This commit is contained in:
Kurt Zeilenga 1999-07-30 01:16:21 +00:00
parent 95dfc02cac
commit 8f267f7f71

View File

@ -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"