scripts/all.build removed
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "$(dirname $0)/../lib/lib.bash"
|
||||
|
||||
[[ -z ${EM_ETCDIR} ]] && die 1 "Module environment not loaded"
|
||||
|
||||
while read family rest; do
|
||||
$(dirname $0)/family.build ${family} "$@"
|
||||
done < "${EM_ETCDIR}/family.conf"
|
||||
Reference in New Issue
Block a user