mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 16:42:17 +02:00
build initialise_command: simplify handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -64,17 +64,14 @@ initialise_command()
|
|||||||
check_project
|
check_project
|
||||||
|
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
help)
|
help) usage ${0} ;;
|
||||||
usage ${0}
|
list) items "${buildpath}" ;;
|
||||||
lbmk_exit 0 ;;
|
version) mkversion ;;
|
||||||
list)
|
*)
|
||||||
items "${buildpath}"
|
option="${1}"
|
||||||
lbmk_exit 0 ;;
|
return 0 ;;
|
||||||
version)
|
|
||||||
mkversion
|
|
||||||
lbmk_exit 0 ;;
|
|
||||||
esac
|
esac
|
||||||
option="${1}"
|
lbmk_exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
install_packages()
|
install_packages()
|
||||||
|
|||||||
Reference in New Issue
Block a user