diff --git a/scripts/libmakepkg/util/config.sh.in b/scripts/libmakepkg/util/config.sh.in index 5ec7a697..5feafe8b 100644 --- a/scripts/libmakepkg/util/config.sh.in +++ b/scripts/libmakepkg/util/config.sh.in @@ -77,8 +77,8 @@ load_makepkg_config() { source_makepkg_config "$MAKEPKG_CONF" - # prevent PKGBUILDs altering this directly - readonly -a BUILDENV + # prevent altering these directly + readonly -a BUILDENV OPTIONS eval "$restore_envvars" }