mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Require PROJECT environment to be set for lb build
This commit is contained in:
parent
cf20be3266
commit
44f9dceeb4
@ -10,6 +10,11 @@ Arguments "${@}"
|
|||||||
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
|
if [ -z "${PROJECT:-}" ]; then
|
||||||
|
echo "PROJECT environment variable has to be set" >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Setup cleanup function
|
# Setup cleanup function
|
||||||
Setup_cleanup
|
Setup_cleanup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user