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

feat: split licenses input by new line instead of space #26

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

ingomueller-net
Copy link
Contributor

This allows to specify licenses with spaces such as 'Apache-2.0 WITH LLVM-exception'. To make this work, xargs is changed to split the input string by new line instead of any white space.

This allows to specify licenses with spaces such as 'Apache-2.0 WITH
LLVM-exception'. To make this work, `xargs` is changed to split the
input string by new line instead of any white space.

Signed-off-by: Ingo Müller <ingomueller@google.com>
@ingomueller-net ingomueller-net requested a review from a team as a code owner November 24, 2024 10:34
@ingomueller-net ingomueller-net requested review from rvolosatovs and removed request for a team November 24, 2024 10:34
@github-actions github-actions bot enabled auto-merge (rebase) November 24, 2024 10:35
@ingomueller-net
Copy link
Contributor Author

I have managed to address the issue I mentioned in #24 and to test it.

@github-actions github-actions bot merged commit 8dd1a10 into enarx:master Nov 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants