]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- branch specs without sources too
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 Jun 2006 20:30:58 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.442

builder.sh

index 755083fe65d58c9ea05751f54e692490194f5b74..063f940d5d9ea14f2499c97294cb358850635127 100644 (file)
@@ -1089,8 +1089,6 @@ branch_files()
                set -v;
        fi
 
-       if [ $# -gt 0 ]; then
-
                local OPTIONS="tag $CVS_FORCE -b"
                if [ -n "$CVSROOT" ]; then
                        OPTIONS="-d $CVSROOT $OPTIONS"
@@ -1111,7 +1109,6 @@ branch_files()
 
                cd "$SPECS_DIR"
                cvs $OPTIONS $TAG $SPECFILE
-       fi
 }
 
 
This page took 0.04053 seconds and 4 git commands to generate.