common/shutils: fix configuration loading during setup_pkgs
This commit is contained in:
parent
fc39e99826
commit
08d510ab87
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,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…
Reference in a new issue