From 3fd2443061e08d91d13273ee3fd7fabc89e89f52 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 12 Mar 2020 15:18:37 +0100 Subject: [PATCH] fix: dev: protect some local variables !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 5c389d6..a88c59b 100755 --- a/bin/compose +++ b/bin/compose @@ -441,7 +441,7 @@ get_compose_file_opt() { replace_compose_file_opt() { - local hash_bin="$1" override="$2" \ + local hash_bin="$1" override="$2" args arg \ cache_file="$COMPOSE_LAUNCHER_CACHE/$FUNCNAME.cache.$(p0 "$@" | hash_get)" if [ -e "$cache_file" ]; then cat "$cache_file" &&