Larry suggested using concat_path_file() would be an even safer bet
authorEric Andersen <andersen@codepoet.org>
Fri, 4 May 2001 22:04:24 +0000 (22:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 4 May 2001 22:04:24 +0000 (22:04 -0000)
commit044a72d0d50bb7380601232d1388453f01fff622
tree18212b9982894cbb0bafa7a675e9cc7f0fa6e3c3
parenta0ba9f45fb0c9f3e34d5a2b25e45b7e5d5cac9a4
Larry suggested using concat_path_file() would be an even safer bet
for 'which'.  I ageed, so I whipped this up -- which revealed a bug in
concat_path_file.  It turns out that that a '/' can be appended from
either the path _or_ the filename, but only the former was checked.
 -Erik
findutils/which.c
libbb/concat_path_file.c
which.c