quote $PWD to avoid globbing and word splitting

This commit is contained in:
Ian Harris 2021-11-02 23:12:49 -07:00
parent cd5562f30e
commit dffdedc1a5
No known key found for this signature in database
GPG Key ID: 26A0187CF9DA24AB

View File

@ -343,7 +343,7 @@ nvm_check_global_modules() {
}
nvm_install_manpage() {
ln -s $PWD/nvm.1 /usr/local/share/man/man1/nvm.1
ln -s "$PWD"/nvm.1 /usr/local/share/man/man1/nvm.1
}
nvm_do_install() {