Require PROJECT environment to be set for lb build

ubuntu/artful
Balint Reczey 8 years ago
parent cf20be3266
commit 44f9dceeb4

@ -10,6 +10,11 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
if [ -z "${PROJECT:-}" ]; then
echo "PROJECT environment variable has to be set" >&2
exit 1
fi
# Setup cleanup function
Setup_cleanup

Loading…
Cancel
Save