Commit 8ad7b91e authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: fix params handing (-n order)

parent 4967bbcf
......@@ -46,7 +46,7 @@ phelp()
# FIXME: has difference between
UPLOADARG=
while getopts :hnvqb: opt; do
while getopts :hnuvqb: opt; do
case $opt in
h) phelp; exit 0 ;;
n) NOBUILD=1 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment