We should only check dependencies in files.
This commit is contained in:
parent
b3310e8e10
commit
809ac86c69
@ -48,7 +48,7 @@ do
|
||||
|
||||
cd "${_dir}"
|
||||
for RC_SERVICE in *; do
|
||||
[ -x "${RC_SERVICE}" ] || continue
|
||||
[ -x "${RC_SERVICE}" -a -f "${RC_SERVICE}" ] || continue
|
||||
|
||||
# Only generate dependencies for runscripts
|
||||
read one two < "${RC_SERVICE}"
|
||||
|
Loading…
Reference in New Issue
Block a user