pacman/scripts/libmakepkg/lint_package
Allan McRae a6b06a5b17 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>
2022-10-02 11:40:52 +10:00
..
build_references.sh.in Update copyright years 2022-01-02 13:34:52 +10:00
dotfiles.sh.in libmakepkg: fix compatibility with bash-5.2 globskipdots 2022-10-02 11:40:52 +10:00
file_names.sh.in Update copyright years 2022-01-02 13:34:52 +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 years 2022-01-02 13:34:52 +10:00