diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-06-25 23:20:06 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-06-26 02:15:47 +0200 |
commit | cd475331f4dd0b464ecb281714134ca76e57b39d (patch) | |
tree | de17d8ba36eeb16bb4c346326cff0918ad953730 /scripts/wrapper.sh.in | |
parent | d917109432665a6c7ca903fa727cf9a0dc9c7a0c (diff) | |
download | pacman-cd475331f4dd0b464ecb281714134ca76e57b39d.tar.gz pacman-cd475331f4dd0b464ecb281714134ca76e57b39d.tar.xz |
bash-completion: use POSIX character classes in regular expressions
bash uses POSIX extended regular expressions via regex(3), which does
not guarantee support for shorthand character classes. Although glibc
supports it, msys2-runtime does not.
Make sure the completion script works (hopefully) everywhere by being
more portable.
Fixes: https://github.com/msys2/MSYS2-packages/pull/1549
Original-patch-by: plotasse <platos@protonmail.ch>
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/wrapper.sh.in')
0 files changed, 0 insertions, 0 deletions