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

fix(common): properly quote builder_run_action call #11478

Merged
merged 1 commit into from
May 20, 2024

Conversation

mcdurdin
Copy link
Member

The call to the command listed for builder_run_action was not properly quoted, which meant that quoted parameters would have been corrupted, for example:

builder_run_action clean   rm -rf "temp folder/"

Would have run:

rm -rf temp folder/

@keymanapp-test-bot skip

The call to the command listed for `builder_run_action` was not properly
quoted, which meant that quoted parameters would have been corrupted,
for example:

    builder_run_action clean   rm -rf "temp folder/"

Would have run:

    rm -rf temp folder/
@mcdurdin mcdurdin requested a review from jahorton as a code owner May 19, 2024 23:33
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented May 19, 2024

User Test Results

Test specification and instructions

User tests are not required

@keymanapp-test-bot keymanapp-test-bot bot added this to the A18S2 milestone May 19, 2024
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Base automatically changed from fix/common/builder-dep-targets to master May 20, 2024 03:32
@mcdurdin mcdurdin merged commit ec76ece into master May 20, 2024
26 checks passed
@mcdurdin mcdurdin deleted the fix/common/builder-run-action-quotes branch May 20, 2024 03:32
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 18.0.39-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants