build icon indicating copy to clipboard operation
build copied to clipboard

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

Open pdimov opened this issue 7 years ago • 3 comments

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

pdimov avatar Oct 05 '18 12:10 pdimov

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

Kojoley avatar Oct 11 '18 12:10 Kojoley

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

grisumbras avatar May 28 '19 12:05 grisumbras

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.

stale[bot] avatar Jun 11 '21 01:06 stale[bot]