use regex triplet, add unit test

This commit is contained in:
Koen Punt
2014-05-07 10:47:24 +02:00
parent b313f62749
commit e3b84499c2
2 changed files with 12 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" | sed -e "s/::/:/g" | sed -e "s/:$//g"
echo "$1" | sed -e "s#$NVM_DIR/[^/]*$2[^:]*:##g" -e "s#:$NVM_DIR/[^/]*$2[^:]*##g" -e "s#$NVM_DIR/[^/]*$2[^:]*##g"
}
nvm_binary_available() {