id summary reporter owner description type status milestone component version severity resolution keywords cc 5163 Support tilde paths when installing. Daniel James Vladimir Prus On linux, installing boost build using `bjam install --prefix=~/boost/env` installs to a subdirectory called `~`, typically `boost/tools/build/v2/~`. I guess that normally such paths are expanded by the shell so bjam doesn't have to deal with them, but because '--prefix=~/boost/env' appears to be a single argument that didn't happen. Would it be possible to support this? Bugs new To Be Determined build Boost Development Trunk Problem