From: Kurt Zeilenga Date: Fri, 30 Jul 1999 00:57:35 +0000 (+0000) Subject: Fix mkrelease X-Git-Tag: TWEB_OL_BASE~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06ca56d42176775e4de868067e84abf20a7ff41;p=thirdparty%2Fopenldap.git Fix mkrelease --- diff --git a/build/mkrelease b/build/mkrelease index e5c5dad4c6..6968db217e 100755 --- a/build/mkrelease +++ b/build/mkrelease @@ -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"