]> git.ipfire.org Git - thirdparty/glibc.git/commit
localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]
authorMike Frysinger <vapier@gentoo.org>
Thu, 15 Dec 2016 23:34:05 +0000 (18:34 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 30 Dec 2016 06:55:42 +0000 (01:55 -0500)
commit5a855ded1c38d27e016aeff54cfd283d337237a9
tree314f06315ee501d9419be25abbb2df532afaf357
parent88849c6b0ff4cb1c7840a7071bc9f6fa3c984d3e
localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]

Both regexes end with a "*." which means the previous match can be
omitted, and then the . allows them to match any input at all.

This means tools like coreutils' `rm -i` will always delete things
when prompted because the yesexpr regex matches all inputs (even
the negative ones).

(cherry picked from commit a035eb6928bc63fb798dcc1421529f933122d74f)
(cherry picked from commit 7e4405c50fc374d5e80141554c7887a52d1f9118)
localedata/locales/bs_BA