On Fri, Dec 20, 2013 at 10:43 AM, Steven Watanabe <watanabesj@gmail.com> wrote:
AMDG

On 12/20/2013 07:10 AM, Beman Dawes wrote:
> On Thu, Dec 19, 2013 at 10:54 AM, Vladimir Prus <ghost@cs.msu.su> wrote:
>
> Everything appears to work! See the develop branch of the super-project,
> inspect, and timer. (I used the timer library rather than filesystem for
> testing).
>
> Inspect has been changed to take an optional first argument specifying the
> starting directory.  I've gotten the best results with
>
>      [ run /boost/tools/inspect//inspect/<variant>release
>        : .. -text -brief # command line

You just need to root .. by using path-constant.

Sorry, that's way above my bjam skill level. And since use of inspect in this context is almost always going to need command line arguments, the .. doesn't appear to be a problem.

--Beman