summaryrefslogtreecommitdiff
path: root/localedata/locales/bs_BA
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-12-15 18:34:05 -0500
committerMike Frysinger <vapier@gentoo.org>2016-12-30 01:50:33 -0500
commit7e4405c50fc374d5e80141554c7887a52d1f9118 (patch)
treeecbc0d08de1ca64687e9add05a03cb8e56ac9493 /localedata/locales/bs_BA
parente9e69e468039fcd57276f783a16aa771a8e4214e (diff)
downloadglibc-7e4405c50fc374d5e80141554c7887a52d1f9118.tar.gz
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)
Diffstat (limited to 'localedata/locales/bs_BA')
-rw-r--r--localedata/locales/bs_BA4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA
index a47f87eb37..68c2f9471a 100644
--- a/localedata/locales/bs_BA
+++ b/localedata/locales/bs_BA
@@ -148,8 +148,8 @@ copy "en_DK"
END LC_CTYPE
LC_MESSAGES
-yesexpr "<U005E><U005B><U002B><U0031><U0064><U0044><U0079><U0059><U005D><U002A><U002E>"
-noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D><U002A><U002E>"
+yesexpr "<U005E><U005B><U002B><U0031><U0064><U0044><U0079><U0059><U005D>"
+noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
yesstr "<U0064><U0061>"
nostr "<U006E><U0065>"
END LC_MESSAGES