max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+2 insertions,
-2 deletions
| @@ -2030,9 +2030,9 @@ | |||
| 2030 | 2030 | else \ | |
| 2031 | 2031 | [ "$(fc-list ':lang=ja' family | wc -l)" -eq 0 ] \ | |
| 2032 | 2032 | || { echo "profile=server carries the browser's script coverage; it ships no browser" >&2; exit 1; }; \ | |
| 2033 | - | fc-list family | grep -q 'IosevkaTerm Nerd Font Mono' \ | |
| 2033 | + | [ "$(fc-list ':family=IosevkaTerm Nerd Font Mono' family | wc -l)" -ge 1 ] \ | |
| 2034 | 2034 | || { echo "IosevkaTerm is missing; the font layers are unconditional and this profile has a console" >&2; exit 1; }; \ | |
| 2035 | - | fc-list family | grep -q 'Atkinson Hyperlegible' \ | |
| 2035 | + | [ "$(fc-list ':family=Atkinson Hyperlegible' family | wc -l)" -ge 1 ] \ | |
| 2036 | 2036 | || { echo "Atkinson is missing; the font layers are unconditional" >&2; exit 1; }; \ | |
| 2037 | 2037 | echo "fonts: Alloy's own faces present, the browser's coverage correctly absent"; \ | |
| 2038 | 2038 | fi; \ |