libem.bash: die if family is not set

This commit is contained in:
2014-05-05 12:33:36 +02:00
parent d2ec6bc43f
commit 2862fb01b8

View File

@@ -258,7 +258,7 @@ function _set_env() {
DYLD_LIBRARY_PATH=''
if [[ -z ${EM_FAMILY} ]]; then
em.add_to_family 'core'
die 1 "$P: family not set."
fi
# overwrite environment variables with values we got on the cmd line