diff --git a/bin/compose b/bin/compose index f38e944..a9c10f8 100755 --- a/bin/compose +++ b/bin/compose @@ -9,6 +9,7 @@ ## - no shell libs ## +[[ "${BASH_SOURCE[0]}" != "${0}" ]] && SOURCED=true ANSI_ESC=$'\e[' @@ -457,6 +458,9 @@ run() { } +[ "$SOURCED" ] && return 0 + + ## ## Code ##