mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Add echo...
This commit is contained in:
parent
95dfc02cac
commit
8f267f7f71
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user