The hardcoded full paths were introduced to handle the
case of an empty PATH environment variable. However,
since commit 10212d791a
we set PATH to a default
value if empty. The hardcoded paths are no longer neccessary,
and cause problems on some distros:
User voobscout on
https://github.com/rfjakob/gocryptfs/issues/225#issuecomment-438682034 :
just to chime in - please don't hardcode paths, for example I'm on
NixOS and logger lives in /run/current-system/sw/bin/logger
Drop the hardcoded paths.
libgocryptfs
parent
1ed08c7384
commit
d882ed45da
Loading…
Reference in new issue