]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
builder: add --noinit alias
authorElan Ruusamäe <glen@delfi.ee>
Sat, 6 Oct 2012 22:01:03 +0000 (01:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 6 Oct 2012 22:01:03 +0000 (01:01 +0300)
builder.sh

index 0c7c8aa8a268a72d1481c2c6664beaa98a9b87a8..f8342a03922828e381aee294a79869c9d0d00299 100755 (executable)
@@ -2205,7 +2205,7 @@ while [ $# -gt 0 ]; do
                -pm | --prefer-mirrors )
                        PREFMIRRORS="yes"
                        shift;;
-               --no-init )
+               --noinit | --no-init )
                        NOINIT="yes"
                        shift;;
                --opts )
This page took 0.034328 seconds and 4 git commands to generate.