filter load apply only on modules/*.sb

pull/5/head
Tomas M 2013-01-15 06:09:01 -06:00
parent 2f6b450404
commit 8853719eba
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ union_append_bundles()
echo_green_star echo_green_star
echo "Adding bundles to union" 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" echo "* $BUNDLE"
BUN="$(basename "$BUNDLE")" BUN="$(basename "$BUNDLE")"
mkdir -p "$2/$BUN" mkdir -p "$2/$BUN"