Skip to content

Commit 547f50a

Browse files
ryenusljharb
andauthored
avoid inline initialization for ksh compatibility
Co-authored-by: Jordan Harband <[email protected]>
1 parent df9ec58 commit 547f50a

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
@@ -4013,7 +4013,8 @@ nvm() {
40134013
;;
40144014
"ls-remote" | "list-remote")
40154015
local NVM_LTS
4016-
local NVM_MIN="${NVM_MIN-}"
4016+
local NVM_MIN
4017+
NVM_MIN="${NVM_MIN-}"
40174018
local PATTERN
40184019
local NVM_NO_COLORS
40194020

0 commit comments

Comments
 (0)