From a907a6158542bef398368594a34ee2d05d4ee772 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 16 Dec 2019 00:00:57 +0100 Subject: [PATCH] fix: dev: shellcheck good advices refactor !minor Signed-off-by: Valentin Lab --- bin/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compose b/bin/compose index 125ff6e..3843d98 100755 --- a/bin/compose +++ b/bin/compose @@ -947,7 +947,7 @@ run() { } -[ "$SOURCED" ] && return 0 +[ -n "$SOURCED" ] && return 0 ##