The latest version of the package introduces envrc-direnv-executable but appears to accidentally quote it where it is actually called. This produces the following error on my Emacs:
envrc--call-process-with-global-env: Wrong type argument: stringp, envrc-direnv-executable
Unquoting the variable appears to fix the problem.
The latest version of the package introduces
envrc-direnv-executable
but appears to accidentally quote it where it is actually called. This produces the following error on my Emacs:Unquoting the variable appears to fix the problem.