]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei up: support symlinked pathnames
authorEric Wong <e@80x24.org>
Fri, 23 Apr 2021 01:45:13 +0000 (01:45 +0000)
committerEric Wong <e@80x24.org>
Fri, 23 Apr 2021 08:03:01 +0000 (04:03 -0400)
On my default FreeBSD 11.x system, "/home" is a symlink to
"/usr/home", which causes "lei up" path resolution to fail when
I use outputs in $HOME.  Fall back to a slow path of globbing
and matching pathnames based on st_ino+st_dev.


No differences found