From ae96e3fe8792b73b606e3bddade0ef93794f83a1 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 10 Mar 2026 01:04:41 +0100 Subject: [PATCH] fix: make tmp var global for EXIT trap access --- dist/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/install.sh b/dist/install.sh index 03829b5..63fa2aa 100755 --- a/dist/install.sh +++ b/dist/install.sh @@ -37,7 +37,7 @@ get_latest_version() { } main() { - local platform version url tmp + local platform version url platform="$(detect_platform)" version="${VERSION:-$(get_latest_version)}"