]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- cosmetics
authorankry <ankry@pld-linux.org>
Wed, 22 Oct 2003 15:47:25 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.205

builder.sh

index 33c82e86d1b8c6a3b9087519b7e5acf7995b439e..0c5d02e050a04f72ba1aca4e883baafdbfe1fed4 100644 (file)
@@ -211,7 +211,7 @@ cache_rpm_dump () {
 
 rpm_dump () {
     if [ -z "$rpm_dump_cache" ] ; then
-        echo "internal error: cache_rpm_dump not called!" 1>&2
+       echo "internal error: cache_rpm_dump not called!" 1>&2
     fi
     echo "$rpm_dump_cache"
 }
@@ -586,7 +586,7 @@ tag_files()
     if [ -n "$1$2$3$4$5$6$7$8$9${10}" ]; then
        echo "Version: $PACKAGE_VERSION"
        echo "Release: $PACKAGE_RELEASE"
-        # Check whether first character of PACKAGE_NAME is legal for tag name
+       # Check whether first character of PACKAGE_NAME is legal for tag name
        if [ -z "${PACKAGE_NAME##[_0-9]*}" -a -z "$TAG_PREFIX" ]; then
            TAG_PREFIX=tag_
        fi
This page took 0.076956 seconds and 4 git commands to generate.