From 2862fb01b8d63de17ed493c181ffa10fa103743f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 5 May 2014 12:33:36 +0200 Subject: [PATCH] libem.bash: die if family is not set --- lib/libem.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libem.bash b/lib/libem.bash index f3d3b39..495ea36 100644 --- a/lib/libem.bash +++ b/lib/libem.bash @@ -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