]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- $TAGVER used only if $TAG_VERSION" = yes
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Mar 2007 18:08:27 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.492

builder.sh

index 91b131ae4ff47f35a2f78014a75f599108ebf57e..2d96ac908db46da5ea23d14aca1d6f597aeac012 100644 (file)
@@ -1107,9 +1107,9 @@ tag_files()
        echo "Version: $PACKAGE_VERSION"
        echo "Release: $PACKAGE_RELEASE"
 
-       local TAGVER=`make_tagver`
-
+       local TAGVER
        if [ "$TAG_VERSION" = "yes" ]; then
+               TAGVER=`make_tagver`
                echo "CVS tag: $TAGVER"
        fi
        if [ -n "$TAG" ]; then
This page took 0.316823 seconds and 4 git commands to generate.