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

Add the ERL_SYS_SHELL env variable to point to system shell for os:cmd() #8972

Open
wants to merge 2 commits into
base: maint
Choose a base branch
from

Commits on Oct 24, 2024

  1. Add the os_cmd_shell kernel config parameter to point to system shell…

    … for os:cmd/2
    
    Initialize the parameter at startup
    
    Fix the test - restore the old shell after the test
    Add initialization to other tests that use os:cmd/2
    Update os:cmd/2 description
    yarisx committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7af29a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Apply suggestions from code review

    Co-authored-by: Lukas Backström (FKA Larsson) <[email protected]>
    yarisx and garazdawi authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    98e2413 View commit details
    Browse the repository at this point in the history