From: Elan Ruusamäe Date: Sat, 6 Oct 2012 22:01:03 +0000 (+0300) Subject: builder: add --noinit alias X-Git-Tag: auto/th/rpm-build-tools-4.5-7~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm-build-tools.git;a=commitdiff_plain;h=89e05bdd0ae59197bdbd0369a7915e3b92d86af7 builder: add --noinit alias --- diff --git a/builder.sh b/builder.sh index 0c7c8aa..f8342a0 100755 --- a/builder.sh +++ b/builder.sh @@ -2205,7 +2205,7 @@ while [ $# -gt 0 ]; do -pm | --prefer-mirrors ) PREFMIRRORS="yes" shift;; - --no-init ) + --noinit | --no-init ) NOINIT="yes" shift;; --opts )