On Thu, Jul 30, 2026 at 12:29:43PM +0200, Holger Wansing wrote: >Hi Erol, > >Am 26. Juli 2026 02:23:34 MESZ schrieb Erol SANER <[email protected]>: >> >>Additional testing showed: >> >>Under tr_TR.UTF-8: >> >> ls -1 /boot/efi | grep -i '^efi$' >> >>returns no output. >> >>Under the C locale: >> >> LC_ALL=C sh -c 'ls -1 /boot/efi | grep -i "^efi$"' >> >>correctly returns: >> >> EFI > >Thanks for your exact analysis. > >Subject to another/better ideas, and until a final fix arrives, my proposal >would be, to add "LC_ALL=C" to the command for now. > >Thoughts/objections anyone?
That's exactly the right thing, yeah. -- Steve McIntyre, Cambridge, UK. [email protected] "I've only once written 'SQL is my bitch' in a comment. But that code is in use on a military site..." -- Simon Booth

