add quotes

master
Koen Punt 2014-05-05 22:05:02 +02:00
parent d6e457354f
commit 0d81a219ae
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() {