mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 03:07:15 +08:00
Stop on wrong parameter provided
This commit is contained in:
parent
fb5b7aa021
commit
c9a29008d4
2
build.sh
2
build.sh
@ -39,7 +39,7 @@ build_it()
|
|||||||
{
|
{
|
||||||
_mkpkg_flags=$1
|
_mkpkg_flags=$1
|
||||||
[ -n "$MODE" ] || error "you need to specify a package list defined in _/buildscripts/${_cur_repo}-${_build_arch}-pkgs.conf\n ->
|
[ -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
|
cd $_build_work
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user