This commit is contained in:
Jay Perry 2014-05-06 19:43:26 +00:00
commit 1f57b6fae8
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -98,7 +98,7 @@ nvm_format_version() {
}
nvm_strip_path() {
echo "$1" | sed -E "s#$NVM_DIR/[^/]*$2[^:]*:?##g"
echo "$1" | sed -e "s#$NVM_DIR/[^/]*$2[^:]*:?##g"
}
nvm_binary_available() {