mirror of
https://github.com/sheumann/hush.git
synced 2025-08-06 04:25:08 +00:00
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