xbps-src: use shell patterns directly to source shutils.
This commit is contained in:
parent
07db31cb54
commit
9dc7185e7e
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ if [ -n "${_MASTERDIR}" ]; then
|
|||
fi
|
||||
. @@XBPS_INSTALL_SHAREDIR@@/shutils/init_funcs.sh
|
||||
set_defvars
|
||||
for f in $(echo $XBPS_SHUTILSDIR/*.sh); do
|
||||
for f in $XBPS_SHUTILSDIR/*.sh; do
|
||||
[ -r "$f" ] && . $f
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue