Merge branch pacman:master into master

This commit is contained in:
Josh 2024-05-31 16:40:37 +00:00
commit d635b42ebe

View file

@ -77,5 +77,8 @@ load_makepkg_config() {
source_makepkg_config "$MAKEPKG_CONF" source_makepkg_config "$MAKEPKG_CONF"
# prevent PKGBUILDs altering this directly
readonly -a BUILDENV
eval "$restore_envvars" eval "$restore_envvars"
} }