mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
handle/make/config: check project in main()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -49,6 +49,7 @@ main()
|
|||||||
shift; project="${OPTARG}"; shift
|
shift; project="${OPTARG}"; shift
|
||||||
done
|
done
|
||||||
[ -z "${mode}" ] && fail "mode not given (-m, -u, -b, -c or -x)"
|
[ -z "${mode}" ] && fail "mode not given (-m, -u, -b, -c or -x)"
|
||||||
|
[ -z "${project}" ] && fail "project name not specified"
|
||||||
|
|
||||||
handle_dependencies $@
|
handle_dependencies $@
|
||||||
handle_targets
|
handle_targets
|
||||||
|
|||||||
Reference in New Issue
Block a user