mirror of
https://github.com/sheumann/hush.git
synced 2025-01-25 07:33:47 +00:00
044a72d0d5
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