Browse Source

fix: clean message in case kal-shlib-core is not there.

raw-remaining-args
Valentin Lab 8 years ago
parent
commit
82aa3224c2
  1. 5
      bin/compose

5
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

Loading…
Cancel
Save