]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commitf5758ba6fb065e0dc03d18df41c82f9295cc2469
treead838a75bf338cefa29596ca92659bc52254c5fb
parent7af47fb992e047f149b0b36c37e3a4984d34e139
lei up: support symlinked pathnames

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.
lib/PublicInbox/LeiSavedSearch.pm
t/lei-q-save.t