]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- indent fix
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 2 Jun 2006 20:31:29 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.443

builder.sh

index 063f940d5d9ea14f2499c97294cb358850635127..e353ddb5d3568cf72a94cbe2faf835f323d2bbfa 100644 (file)
@@ -1089,26 +1089,26 @@ branch_files()
                set -v;
        fi
 
-               local OPTIONS="tag $CVS_FORCE -b"
-               if [ -n "$CVSROOT" ]; then
-                       OPTIONS="-d $CVSROOT $OPTIONS"
-               fi
-               cd "$SOURCE_DIR"
-               local tag_files
-               for i in $TAG_FILES; do
-                       local fp=`nourl "$i"`
-                       if [ -f "$fp" ]; then
-                               tag_files="$tag_files $fp"
-                       else
-                               Exit_error err_no_source_in_repo $i
-                       fi
-               done
-               if [ "$tag_files" ]; then
-                       cvs $OPTIONS $TAG $tag_files
+       local OPTIONS="tag $CVS_FORCE -b"
+       if [ -n "$CVSROOT" ]; then
+               OPTIONS="-d $CVSROOT $OPTIONS"
+       fi
+       cd "$SOURCE_DIR"
+       local tag_files
+       for i in $TAG_FILES; do
+               local fp=`nourl "$i"`
+               if [ -f "$fp" ]; then
+                       tag_files="$tag_files $fp"
+               else
+                       Exit_error err_no_source_in_repo $i
                fi
+       done
+       if [ "$tag_files" ]; then
+               cvs $OPTIONS $TAG $tag_files
+       fi
 
-               cd "$SPECS_DIR"
-               cvs $OPTIONS $TAG $SPECFILE
+       cd "$SPECS_DIR"
+       cvs $OPTIONS $TAG $SPECFILE
 }
 
 
This page took 0.050313 seconds and 4 git commands to generate.