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)
+2016-12-30 Mike Frysinger <vapier@gentoo.org>
+
+ [BZ #20974]
+ * localedata/bs_BA (LC_MESSAGES): Delete "*." from the end of
+ yesexpr and noexpr.
+
2016-02-19 Florian Weimer <fweimer@redhat.com>
[BZ #19581]
END LC_CTYPE
LC_MESSAGES
-yesexpr "<U005E><U005B><U0064><U0044><U0079><U0059><U005D><U002A><U002E>"
-noexpr "<U005E><U005B><U006E><U004E><U005D><U002A><U002E>"
+yesexpr "<U005E><U005B><U0064><U0044><U0079><U0059><U005D>"
+noexpr "<U005E><U005B><U006E><U004E><U005D>"
END LC_MESSAGES
LC_MONETARY