install.sh Support single leading tilde in prefix (without using eval, replacement for #24)
See #24 for details; this method does not use eval and shouldn't have problems with other special characters than ~ (it doesn't support ~username or a lone ~, adding those would be easy but they are unlikely to be used in practice.
See #24 for details; this method does not use eval and shouldn't have problems with other special characters than
~(it doesn't support~usernameor a lone~, adding those would be easy but they are unlikely to be used in practice.
Might as well fix these potential cases while you're at it since they are known 'gotchas'.
I'm busy right now but I'm making a note to fix the conflicts and the other ~ use cases this weekend.