mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
quote $PWD
to avoid globbing and word splitting
This commit is contained in:
parent
cd5562f30e
commit
dffdedc1a5
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user