]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- display_branches() when `--show-bconds' switch is used, so you can see
authorMikolaj Kucharski <mikolaj@kucharski.name>
Fri, 25 Nov 2005 11:33:51 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  them too.

Changed files:
    builder.sh -> 1.351

builder.sh

index 7a934f1ae6362ad9de8259b8f13b05d7d51c3a33..feb833eb40e8ea6554cc8c8752ad185f0efd6f34 100644 (file)
@@ -1699,10 +1699,8 @@ case "$COMMAND" in
                        get_spec;
                        set_bconds_values;
                        display_bconds;
-                       if [ X"$SHOW_BCONDS" = X"yes" ]; then
-                               exit 0
-                       fi
                        display_branches;
+                       [ X"$SHOW_BCONDS" = X"yes" ] && exit 0
                        fetch_build_requires;
                        parse_spec;
                        if [ "$INTEGER_RELEASE" = "yes" ]; then
This page took 0.035334 seconds and 4 git commands to generate.