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

patch-linux-config: fix awk compare #2905

Merged
merged 1 commit into from
Aug 16, 2023
Merged

patch-linux-config: fix awk compare #2905

merged 1 commit into from
Aug 16, 2023

Conversation

felixonmars
Copy link
Owner

$2="y" is assignment instead of comparison. This breaks reading anything from file that were set to "m" or "n".

`$2="y"` is assignment instead of comparison. This breaks reading
anything from file that were set to "m" or "n".
@felixonmars felixonmars merged commit 26b2e72 into master Aug 16, 2023
1 check passed
@felixonmars felixonmars deleted the patch-linux-config branch August 16, 2023 04:20
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.

1 participant