From c245c4fa1e77c39052a2f3dcaf399abc8356868286c357d19b90a37acdc7ff91 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sat, 22 Aug 2026 02:03:58 +0200 Subject: [PATCH] mark variable rc as local --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7fa9d8b..9b5341a 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ function cleanup_tmpdir() { } function download_files() { - local path + local path rc local query_params='' [ -n "$GIT_TAG" ] && query_params="?ref=$GIT_TAG"