]> git.sur5r.net Git - openldap/commitdiff
Fix mkrelease
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jul 1999 00:57:35 +0000 (00:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jul 1999 00:57:35 +0000 (00:57 +0000)
build/mkrelease

index e5c5dad4c6c67492fb7e37fc39b34b267322f7b0..6968db217e31f629cc138bf99cb8bf6392d81b4e 100755 (executable)
@@ -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"