mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-12 17:49:08 +00:00
Fix for running with bash, sh, and zsh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
function fatalExit (){
|
fatalExit (){
|
||||||
echo "$@" && exit 1;
|
echo "$@" && exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user