mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix mkrelease
This commit is contained in:
parent
428faea410
commit
b06ca56d42
@ -15,10 +15,10 @@ if test $# != 3 ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CVSTAG=$1
|
|
||||||
shift
|
|
||||||
RELNAME=opendlap-$1
|
RELNAME=opendlap-$1
|
||||||
shift
|
shift
|
||||||
|
CVSTAG=$1
|
||||||
|
shift
|
||||||
|
|
||||||
if test -e $RELNAME ; then
|
if test -e $RELNAME ; then
|
||||||
echo "error: $RELNAME exists"
|
echo "error: $RELNAME exists"
|
||||||
|
Loading…
Reference in New Issue
Block a user