Skip to content

Commit

Permalink
bash.bash: update for latest available bash version
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 30, 2024
1 parent 6aed388 commit f83d0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/bash.bash
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if test -z "${BASH_VERSION_CURRENT-}"; then
# e.g. 5.2.15(1)-release => 5.2.15
IFS=. read -r BASH_VERSION_MAJOR BASH_VERSION_MINOR BASH_VERSION_PATCH <<<"${BASH_VERSION%%(*}"
BASH_VERSION_CURRENT="${BASH_VERSION_MAJOR}.${BASH_VERSION_MINOR}.${BASH_VERSION_PATCH}"
BASH_VERSION_LATEST='5.2.32' # https://ftp.gnu.org/gnu/bash/?C=M;O=D
BASH_VERSION_LATEST='5.2.37' # https://ftp.gnu.org/gnu/bash/?C=M;O=D
# any v5 version is supported by dorothy
if test "$BASH_VERSION_MAJOR" -eq 5; then
IS_BASH_VERSION_OUTDATED='no'
Expand Down

0 comments on commit f83d0f6

Please sign in to comment.