pacman/scripts/libmakepkg
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
..
buildenv debugflags: Ensure we have unique source paths 2022-10-02 11:24:47 +10:00
executable strip: Use debugedit instead of AWK to parse source files 2022-10-02 11:19:25 +10:00
integrity Update copyright year 2021-03-01 12:22:20 +10:00
lint_config Make link time optimization flags configurable 2022-10-02 11:20:32 +10:00
lint_package libmakepkg: fix compatibility with bash-5.2 globskipdots 2022-10-02 11:45:43 +10:00
lint_pkgbuild Update copyright year 2021-03-01 12:22:20 +10:00
reproducible libmakepkg: reproducibilty for python packages 2021-08-08 22:49:32 +10:00
source Update copyright year 2021-03-01 12:22:20 +10:00
tidy debugflags: Ensure we have unique source paths 2022-10-02 11:24:47 +10:00
util libmakepkg: allow correctly sourcing when $LIBRARY is not set 2021-08-04 21:59:32 +10:00
.gitignore libmakepkg: fix .gitignore to simply ignore all generated .sh files 2017-12-07 15:37:20 +10:00
buildenv.sh.in libmakepkg: allow correctly sourcing when $LIBRARY is not set 2021-08-04 21:59:32 +10:00
executable.sh.in libmakepkg: allow correctly sourcing when $LIBRARY is not set 2021-08-04 21:59:32 +10:00
integrity.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_config.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_package.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
lint_pkgbuild.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
meson.build libmakepkg: reproducibilty for python packages 2021-08-08 22:49:32 +10:00
reproducible.sh.in libmakepkg: reproducibilty for python packages 2021-08-08 22:49:32 +10:00
source.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
srcinfo.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
tidy.sh.in Update copyright year 2021-03-01 12:22:20 +10:00
util.sh.in Update copyright year 2021-03-01 12:22:20 +10:00