xbps-src: use shell patterns directly to source shutils.

This commit is contained in:
Juan RP 2011-07-18 16:30:31 +02:00
parent 07db31cb54
commit 9dc7185e7e

View file

@ -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