SPECS: builder - indent fix
glen
glen at pld-linux.org
Fri Jun 2 22:31:34 CEST 2006
Author: glen Date: Fri Jun 2 20:31:34 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- indent fix
---- Files affected:
SPECS:
builder (1.442 -> 1.443)
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.442 SPECS/builder:1.443
--- SPECS/builder:1.442 Fri Jun 2 22:30:58 2006
+++ SPECS/builder Fri Jun 2 22:31:29 2006
@@ -1089,26 +1089,26 @@
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
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/builder?r1=1.442&r2=1.443&f=u
More information about the pld-cvs-commit
mailing list