mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
62deaf6e60
Opening the output file with `?` surfaced a bare "No such file or directory" with no indication of which file failed (easy to hit because the default output path /usr/local/var/locatedb often doesn't exist). Report it like GNU does, naming the path and the reason, e.g. `cannot create '/usr/local/var/locatedb': No such file or directory`. strip_errno() drops the trailing "(os error N)" noise.