Browse Source

new: dev: make compose sourcable for eventual tests !minor

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
test1
Valentin Lab 5 years ago
parent
commit
8248f9db1e
  1. 4
      bin/compose

4
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
##

Loading…
Cancel
Save