handle/make/config: check project in main()
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
f052f61fb7
commit
b5628131ba
|
@ -49,6 +49,7 @@ main()
|
|||
shift; project="${OPTARG}"; shift
|
||||
done
|
||||
[ -z "${mode}" ] && fail "mode not given (-m, -u, -b, -c or -x)"
|
||||
[ -z "${project}" ] && fail "project name not specified"
|
||||
|
||||
handle_dependencies $@
|
||||
handle_targets
|
||||
|
|
Loading…
Reference in New Issue