Skip to content

Conversation

@riwatt
Copy link

@riwatt riwatt commented Dec 20, 2025

Problem

The make lint command was failing with a shell syntax error:

Syntax error: Unterminated quoted string

Solution

Fixed two quoting issues in Makefile lines 173-174:

  1. Changed --eval arguments from double quotes with escaping to single quotes
  2. Escaped $ as $$ in grep pattern to prevent Make variable expansion

Both changes were necessary - Make's $ expansion was breaking the shell quoting.


Will fix GA faillures like: https://github.com/steveyegge/efrit/actions/runs/20002945853/job/57360950127

Use single quotes for --eval arguments and escape $ as $$ in grep pattern.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@riwatt riwatt marked this pull request as ready for review December 20, 2025 04:28
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