From 82aa3224c28c674012f65849f6dba32dbb8cbd33 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 8 Feb 2016 09:36:19 +0700 Subject: [PATCH] fix: clean message in case kal-shlib-core is not there. --- bin/compose | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/compose b/bin/compose index 5e95179..b99b1d2 100755 --- a/bin/compose +++ b/bin/compose @@ -26,7 +26,10 @@ ## init or relations to be set up. #:- -. /etc/shlib +[ -e /etc/shlib ] && . /etc/shlib || { + echo "Unsatisfied dependency. Please install 'kal-shlib-core'." + exit 1 + } #:- include pretty