Fix cvs tag command.

This commit is contained in:
Jordan Bancino 2022-12-13 19:45:29 +00:00
parent 9fd31c70bf
commit 62fbbacfae

View file

@ -158,7 +158,7 @@ recipe_release() {
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION" cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
# Tag the release at this point in time. # Tag the release at this point in time.
cvs tag "$CVS_TAG" cvs tag "$CVS_TAG" .
# Generate the release tarball. # Generate the release tarball.
cvs export "-r$CVS_TAG" "Telodendria" cvs export "-r$CVS_TAG" "Telodendria"