Commit 50c362a
fix(dpd-anki): use case-insensitive glob instead of bash 4 ${var,,} expansion
macOS ships bash 3.2, which lacks the ${var,,} lowercasing syntax and fails
with "bad substitution". Match [Yy]* directly instead.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent d8f8cc9 commit 50c362a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments