Mike Frysinger a035eb6928 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).
2016-12-30 01:49:53 -05:00
..
2016-07-07 14:49:20 +02:00
2016-08-10 18:02:27 +08:00
2016-04-27 01:09:20 -04:00
2016-04-27 01:09:20 -04:00