Skip to content

Fix typo in grep-find-unicode-wrapper error message#33

Closed
assisted-by-ai wants to merge 1 commit intoKicksecure:masterfrom
assisted-by-ai:claude/debug-grep-unicode-wrapper-4Bd1G
Closed

Fix typo in grep-find-unicode-wrapper error message#33
assisted-by-ai wants to merge 1 commit intoKicksecure:masterfrom
assisted-by-ai:claude/debug-grep-unicode-wrapper-4Bd1G

Conversation

@assisted-by-ai
Copy link
Copy Markdown

Summary

Fixed a duplicate word typo in the error message output by the grep-find-unicode-wrapper script.

Changes

  • Removed duplicate "code" word in the grep error message
    • Changed: "$0: ERROR: grep (syntax?) error! Exiting with code code '$1'."
    • To: "$0: ERROR: grep (syntax?) error! Exiting with code '$1'."

Details

The error message displayed when grep encounters a syntax error or other failure contained a duplicated word ("code code"). This fix removes the redundant word to produce a grammatically correct error message that users will see when the script exits with a non-zero, non-one status code.

https://claude.ai/code/session_01BXLzzpcfoFQvHLgNs23RvL

The error message in check_grep_status() said "Exiting with code code"
instead of "Exiting with code".

https://claude.ai/code/session_01BXLzzpcfoFQvHLgNs23RvL
@ArrayBolt3
Copy link
Copy Markdown
Contributor

Accepted in ArrayBolt3@cd1c52e.

@adrelanos adrelanos closed this Apr 10, 2026
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.

4 participants