Commit 98ea8b3
Fix Makefile guard to handle env vars with special characters
The guard-% macro used shell indirect expansion which breaks when
the variable contains JSON (quotes, newlines). Use printenv instead
which just checks if the variable is set without expanding its value.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>1 parent 045c778 commit 98ea8b3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments