Stop on wrong parameter provided

This commit is contained in:
Manuel Tortosa 2010-06-20 00:11:00 +02:00
parent fb5b7aa021
commit c9a29008d4

View File

@ -39,7 +39,7 @@ build_it()
{
_mkpkg_flags=$1
[ -n "$MODE" ] || error "you need to specify a package list defined in _/buildscripts/${_cur_repo}-${_build_arch}-pkgs.conf\n ->
${_available_pkglists}"
${_available_pkglists}" && exit
cd $_build_work