mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix mkrelease
This commit is contained in:
parent
428faea410
commit
b06ca56d42
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ if test $# != 3 ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
CVSTAG=$1
|
||||
shift
|
||||
RELNAME=opendlap-$1
|
||||
shift
|
||||
CVSTAG=$1
|
||||
shift
|
||||
|
||||
if test -e $RELNAME ; then
|
||||
echo "error: $RELNAME exists"
|
||||
|
|
|
|||
Loading…
Reference in a new issue