dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Protect against pathnames with unescaped spaces.

Open supertopher opened this issue 10 years ago • 0 comments

If a user creates a user name with a space (hard to do, but not impossible) shell will read the path as two arguments instead of one. To fix this we need to place quotes around any paths in the dotfiles

supertopher avatar Mar 17 '15 21:03 supertopher