common/shutils: fix configuration loading during setup_pkgs
This commit is contained in:
parent
fc39e99826
commit
08d510ab87
|
@ -286,7 +286,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