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

script: Revert buggy change to grep command #25

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

joamaki
Copy link
Contributor

@joamaki joamaki commented Nov 14, 2024

The stdout and stderr commands already existed, and my change to grep to allow searching stdout was buggy, so revert this.

The second commit fixes a panic on "help some-unknown-command" (cilium/cilium#35918)

@joamaki joamaki requested a review from a team as a code owner November 14, 2024 15:15
@joamaki joamaki requested review from pippolo84 and removed request for a team November 14, 2024 15:15
The stdout and stderr commands already existed, and
my change to grep to allow searching stdout was buggy,
so revert this.

Signed-off-by: Jussi Maki <[email protected]>
'help aoeu' panic due to not checking whether the cmd
was found before calling Usage()

Signed-off-by: Jussi Maki <[email protected]>
@joamaki joamaki force-pushed the pr/joamaki/revert-grep-change branch from 55dbd56 to 2cd8786 Compare December 5, 2024 14:03
@joamaki joamaki merged commit d02f07f into main Dec 5, 2024
1 check passed
@joamaki joamaki deleted the pr/joamaki/revert-grep-change branch December 5, 2024 14:06
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