[Refactor] remove unnecessary quotes

Shirsh Zibbu 2017-03-07 05:46:45 +05:30 committed by Jordan Harband
parent 039afb9470
commit dcd008ff61
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -771,7 +771,7 @@ nvm_strip_iojs_prefix() {
if [ "${1-}" = "${NVM_IOJS_PREFIX}" ]; then
nvm_echo
else
nvm_echo "${1#"${NVM_IOJS_PREFIX}"-}"
nvm_echo "${1#${NVM_IOJS_PREFIX}-}"
fi
}