mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Fix for running with bash, sh, and zsh
This commit is contained in:
parent
b90a0a811e
commit
966ff0e1b0
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function fatalExit (){
|
fatalExit (){
|
||||||
echo "$@" && exit 1;
|
echo "$@" && exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user