Commit b1621fbb authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbsh: fix -a -A command parse

parent 0136a943
...@@ -74,13 +74,13 @@ fi ...@@ -74,13 +74,13 @@ fi
# We do not not pass args for myhsh here... # We do not not pass args for myhsh here...
# FIXME: не обрабатывает два пропускаемых вместе параметра # FIXME: не обрабатывает два пропускаемых вместе параметра
pack_src_rpm $COMMIT $(drop_args "$LISTRPMARGS" s u i c l f) pack_src_rpm $COMMIT $(drop_args "$LISTRPMARGS" s u i c l f a A)
if echo "$LISTNAMES" | grep -q spec ; then if echo "$LISTNAMES" | grep -q spec ; then
set_specdir $LISTNAMES set_specdir $LISTNAMES
fi fi
docmd time $ETERBUILDBIN/myhsh $MENVARG $(drop_args "$LISTRPMARGS" f u) $LISTBUILT docmd time $ETERBUILDBIN/myhsh $MENVARG $(drop_args "$LISTRPMARGS" f u a A) $LISTBUILT
RESULT=$? RESULT=$?
# remove generated src.rpm # remove generated src.rpm
for i in $LISTBUILT ; do for i in $LISTBUILT ; do
......
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