xbps-src: setup_pkg() do not overwrite env while re-reading conf.
This commit is contained in:
parent
e69b2491b7
commit
faf97ef55a
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ setup_pkg() {
|
||||||
|
|
||||||
unset_package_funcs
|
unset_package_funcs
|
||||||
|
|
||||||
. $XBPS_CONFIG_FILE 2>/dev/null
|
( . $XBPS_CONFIG_FILE 2>/dev/null )
|
||||||
|
|
||||||
if [ -n "$cross" ]; then
|
if [ -n "$cross" ]; then
|
||||||
source_file $XBPS_CROSSPFDIR/${cross}.sh
|
source_file $XBPS_CROSSPFDIR/${cross}.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue