commit
ffa0ee5d16
|
|
@ -977,7 +977,7 @@ inst_rules_wildcard() {
|
||||||
_found=$_rule
|
_found=$_rule
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -n ${hostonly} ] ; then
|
if [[ -n ${hostonly} ]] ; then
|
||||||
for _rule in ${_target}/$1 ; do
|
for _rule in ${_target}/$1 ; do
|
||||||
if [[ -f $_rule ]]; then
|
if [[ -f $_rule ]]; then
|
||||||
inst_rule_programs "$_rule"
|
inst_rule_programs "$_rule"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue