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

[OPENJDK-3009] syntax fix for run-java.sh #497

Merged
merged 1 commit into from
May 27, 2024

Conversation

jmtd
Copy link
Member

@jmtd jmtd commented May 23, 2024

The backporting of mask_passwords to UBI8 had a syntax error, we borrowed the closing parenthesis from mask_passwords(), breaking the run-java.sh script.

https://issues.redhat.com/browse/OPENJDK-3009

I think I introduced this when undoing my attempt to remove configure_passwd first time around :(

The backporting of mask_passwords to UBI8 had a syntax error, we
borrowed the closing parenthesis from mask_passwords(), breaking
the run-java.sh script.

https://issues.redhat.com/browse/OPENJDK-3009

Signed-off-by: Jonathan Dowland <[email protected]>
@jmtd jmtd requested review from jerboaa and sefroberg May 23, 2024 15:35
Copy link

@sefroberg sefroberg left a comment

Choose a reason for hiding this comment

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

Looks good. I run bash -n on the file I change and it will catch this.

@jmtd jmtd merged commit 86ff826 into rh-openjdk:ubi8 May 27, 2024
3 of 8 checks passed
@jmtd jmtd deleted the OPENJDK-3009-fix-run-java-syntax branch May 27, 2024 06:51
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.

3 participants