Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ main() {
local checksum_name
local release_base
local install_dir
local tmpdir
# tmpdir is intentionally not local so the EXIT trap can reference it after main returns.
tmpdir=""
local archive_path
local checksum_path
local checksum_entry
Expand Down
Loading