Commit f723fdd6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

grpmbs/grpmbsh: drop out spec name

parent c90c2ee1
......@@ -9,6 +9,6 @@ for i in $@ ; do
#done
#rpmbsh -u $FILES
cd $i || exit 1
rpmbs -u $i.spec || exit 1
rpmbs -u || exit 1
cd -
done
......@@ -9,6 +9,6 @@ for i in $@ ; do
#done
#rpmbsh -u $FILES
cd $i || exit 1
rpmbsh $i.spec || exit 1
rpmbsh || exit 1
cd -
done
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