xbps-src: setup_pkg() do not overwrite env while re-reading conf.
This commit is contained in:
parent
e69b2491b7
commit
faf97ef55a
|
@ -223,7 +223,7 @@ setup_pkg() {
|
|||
|
||||
unset_package_funcs
|
||||
|
||||
. $XBPS_CONFIG_FILE 2>/dev/null
|
||||
( . $XBPS_CONFIG_FILE 2>/dev/null )
|
||||
|
||||
if [ -n "$cross" ]; then
|
||||
source_file $XBPS_CROSSPFDIR/${cross}.sh
|
||||
|
|
Loading…
Reference in New Issue