relative-path-canonicalization-20061120
authorRuss Allbery <rra@stanford.edu>
Mon, 20 Nov 2006 23:33:33 +0000 (23:33 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 20 Nov 2006 23:33:33 +0000 (23:33 +0000)
commit778e2d5f18c1d0c93a073c137bb36e56f64747ef
treeed1cec7ac6dd31e76a45f6e0800e246083cc0cac
parent848d2f1caa8d196831a1fe599694fdce0018136d
relative-path-canonicalization-20061120

Path canonicalization for commands such as bos getlog was only applied for
absolute paths; relative paths were still constructed relative to the
canonical directory.  Modify the path canonicalization routines to also
canonicalize the base directory for relative paths.
src/util/dirpath.c