Fix mkrelease

This commit is contained in:
Kurt Zeilenga 1999-07-30 00:57:35 +00:00
parent 428faea410
commit b06ca56d42

View File

@ -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"