family.build: bugfix
This commit is contained in:
@@ -5,8 +5,8 @@ source "$(dirname $0)/../lib/lib.bash"
|
||||
family=$1
|
||||
shift
|
||||
|
||||
modules=$(egrep -l "[:space:]*[\"\']$family[\"\']" * || :)
|
||||
modules=$(egrep -l "[:space:]*[\"\']$family[\"\']" "$(dirname $0)"/*.build || :)
|
||||
|
||||
for m in ${modules}; do
|
||||
$(dirname $0)/$m "$@"
|
||||
"$m" "$@"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user