isaacs / nave

Virtual Environments for Node
ISC License
1.61k stars 137 forks source link

fix: Quote pathnames to prevent word splitting #128

Closed hyperupcall closed 10 months ago

hyperupcall commented 10 months ago

This quotes $0, $SHELL, and $NAVE_ROOT/$name/bin/node to allow nave to continue to work even when whitespace is included in those paths.

isaacs commented 10 months ago

Thanks, this is an obvious oversight on my part.