Skip to content

Commit

Permalink
avoid inline initialization for ksh compatibility
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
ryenus and ljharb committed Aug 8, 2024
1 parent e039847 commit e5aaea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4071,7 +4071,8 @@ nvm() {
;;
"ls-remote" | "list-remote")
local NVM_LTS
local NVM_MIN="${NVM_MIN-}"
local NVM_MIN
NVM_MIN="${NVM_MIN-}"
local PATTERN
local NVM_NO_COLORS

Expand Down

0 comments on commit e5aaea9

Please sign in to comment.