Skip to content

Commit

Permalink
Pass shellcheck linting
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Sep 26, 2023
1 parent 21bc5ab commit 0076b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ get_filename() {
local arch_name="$3"
local version="$4"

local install_numeric_version=$(numeric_version "${version}")
local install_numeric_version
install_numeric_version=$(numeric_version "${version}")

if [ "${install_numeric_version}" -lt "$(numeric_version 0.4.0)" ]; then
# XXX: The keyword "alpha" is removed in v0.4.0 or later
Expand Down

0 comments on commit 0076b4e

Please sign in to comment.