Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib: direnv_load can now handle stdout outputs #551

Merged
merged 1 commit into from
Jan 17, 2020
Merged

Commits on Jan 17, 2020

  1. stdlib: direnv_load can now handle stdout outputs

    Fixes issues where that error message would appear:
    
        direnv: error unmarshal() base64 decoding: illegal base64 data at input byte 0
    
    The issue was that `direnv_load` was reading from the sub-command
    stdout, which could also containt content from other commands than
    `direnv dump`. This is now solved by opening a fifo pipe between the
    load and the dump function.
    zimbatm committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    950b355 View commit details
    Browse the repository at this point in the history