]> arthur.barton.de Git - ax-zsh.git/commit
12_locale: Some minor tweaks and refactoring
authorAlexander Barton <alex@barton.de>
Wed, 15 Dec 2021 10:12:39 +0000 (11:12 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 15 Dec 2021 10:12:39 +0000 (11:12 +0100)
commitc75b35a2444254c697dc9326e1f7ee12d422263f
tree497f020e2dd0f9a7151b0490b51712f819876522
parentf4ec5285ead2b4182a7e96ca90d9d4b5ddb9c65c
12_locale: Some minor tweaks and refactoring

- Regular expressions aren't anchored, no .* needed at the beginning/end
- fgrep is "non standard", so use "grep -F"
- Quote unknown locale name in message ...
- And use "raw mode" (-r) for read.
core/12_locale/12_locale.ax-io