[Git][pacman/pacman][release/6.0.x] 2 commits: libmakepkg: fix compatibility with bash-5.2 globskipdots
Allan McRae pushed to branch release/6.0.x at Pacman / Pacman Commits: 5c10680f by Allan McRae at 2022-10-02T11:45:43+10:00 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 a6b06a5b17e19db8700597ee06bae42b2cfe7b5a) - - - - - 69eae864 by Allan McRae at 2022-10-02T11:54:34+10:00 Update NEWS for pacman-6.0.2 release Signed-off-by: Allan McRae <allan@archlinux.org> - - - - - 2 changed files: - NEWS - scripts/libmakepkg/lint_package/dotfiles.sh.in View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/1daabff0fb9948fb260ce3e... -- View it on GitLab: https://gitlab.archlinux.org/pacman/pacman/-/compare/1daabff0fb9948fb260ce3e... You're receiving this email because of your account on gitlab.archlinux.org.
participants (1)
-
Allan McRae (@allan)