The buggy tr '[:upper:]' '[:lower:]' was also used for sanitizing site names, causing 'ziptest' to become 'ziwtest'. Use awk tolower() for all lowercase conversions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
The buggy tr '[:upper:]' '[:lower:]' was also used for sanitizing site names, causing 'ziptest' to become 'ziwtest'. Use awk tolower() for all lowercase conversions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||