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