pacman/scripts/completion
Eli Schwartz cd475331f4 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>
2019-06-26 10:15:47 +10:00
..
.gitignore Move bash/zsh completion out of contrib 2016-10-10 10:38:05 +10:00
bash_completion.in bash-completion: use POSIX character classes in regular expressions 2019-06-26 10:15:47 +10:00
zsh_completion.in scripts: Remove trailing semicolons 2018-08-10 12:37:20 +10:00