boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
231 stars 48 forks source link

`--prefix=~/.local` uses the literal subdirectory `~/.local` #346

Open pdimov opened 6 years ago

pdimov commented 6 years ago

The intent is of course tilde expansion to cause this to be treated as --prefix=$HOME/.local, but it isn't.

Kojoley commented 6 years ago

I hit the same issue recently. Did not even recognize that I have not updated the previous content until finding ~ folder.

grisumbras commented 5 years ago

Expansion of tilde is supposed to be done by the shell. So, the question is, why didn't your shell do it?

stale[bot] commented 3 years ago

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.