mirror of
https://github.com/sheumann/hush.git
synced 2025-02-25 16:29:01 +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