Skip to content

Commit e5aaea9

Browse files
ryenusljharb
andcommitted
avoid inline initialization for ksh compatibility
Co-authored-by: Jordan Harband <[email protected]>
1 parent e039847 commit e5aaea9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nvm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4071,7 +4071,8 @@ nvm() {
40714071
;;
40724072
"ls-remote" | "list-remote")
40734073
local NVM_LTS
4074-
local NVM_MIN="${NVM_MIN-}"
4074+
local NVM_MIN
4075+
NVM_MIN="${NVM_MIN-}"
40754076
local PATTERN
40764077
local NVM_NO_COLORS
40774078

0 commit comments

Comments
 (0)