pacman/scripts/libmakepkg/lint_package
Allan McRae 5c10680f6f libmakepkg: fix compatibility with bash-5.2 globskipdots
Bash 5.2 has a new globskipdots option, which is enabled by default. The
check_dotfiles lint fails with globskipdots due to the assumption that
at least the "." and ".." paths will match. Disabling globskipdots would
be the usual solution, but that fails on bash<5.2.  Instead, enable
nullglob for this check.

Signed-off-by: Allan McRae <allan@archlinux.org>
(cherry picked from commit a6b06a5b17)
2022-10-02 11:45:43 +10:00
..
build_references.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
dotfiles.sh.in libmakepkg: fix compatibility with bash-5.2 globskipdots 2022-10-02 11:45:43 +10:00
file_names.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
meson.build Add meson.build files to build with meson 2018-11-02 03:16:34 -04:00
missing_backup.sh.in Update copyright year 2021-03-01 12:22:20 +10:00