-
Notifications
You must be signed in to change notification settings - Fork 3k
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
yarisx
wants to merge
7
commits into
erlang:maint
Choose a base branch
from
yarisx:ymaslenn/8944_set_sys_shell
base: maint
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7af29a1 - Browse repository at this point
Copy the full SHA 7af29a1View commit details
Commits on Oct 25, 2024
-
Apply suggestions from code review
Co-authored-by: Lukas Backström (FKA Larsson) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98e2413 - Browse repository at this point
Copy the full SHA 98e2413View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebb9956 - Browse repository at this point
Copy the full SHA ebb9956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5280771 - Browse repository at this point
Copy the full SHA 5280771View commit details -
Apply suggestions from code review
Co-authored-by: Lukas Backström (FKA Larsson) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d609e3 - Browse repository at this point
Copy the full SHA 4d609e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b9992d - Browse repository at this point
Copy the full SHA 9b9992dView commit details -
kernel: Use persistent term to store os_cmd_shell value
This has two purposes: 1. Make it impossible to change the value through the application:set_env API. 2. Make the lookup slightly faster.
Configuration menu - View commit details
-
Copy full SHA for bb27085 - Browse repository at this point
Copy the full SHA bb27085View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.