K 10 svn:author V 6 emaste K 8 svn:date V 27 2012-02-07T03:37:29.058826Z K 7 svn:log V 347 MFC r226697 and r226708: Avoid printing // for packages that install to / I have some packages that install to / (for whatever reason). Right now we print entries of the form //path/to/file when listing files (pkg_info -L, pkg_info -g etc.) This change avoids printing the redundant / . Staticify elide_root() for now to fix build. END