filter load apply only on modules/*.sb
parent
2f6b450404
commit
8853719eba
|
|
@ -581,7 +581,7 @@ union_append_bundles()
|
|||
|
||||
echo_green_star
|
||||
echo "Adding bundles to union"
|
||||
( ls -1 "$1" | sort -n ; cd "$1" ; find modules/ 2>/dev/null | sortmod) | grep '[.]'$BEXT'$' | filter_load | filter_noload | while read BUNDLE; do
|
||||
( ls -1 "$1" | sort -n ; cd "$1" ; find modules/ 2>/dev/null | sortmod | filter_load) | grep '[.]'$BEXT'$' | filter_noload | while read BUNDLE; do
|
||||
echo "* $BUNDLE"
|
||||
BUN="$(basename "$BUNDLE")"
|
||||
mkdir -p "$2/$BUN"
|
||||
|
|
|
|||
Loading…
Reference in New Issue