Lines 1783-1792
Link Here
|
1783 |
|
1783 |
|
1784 |
myfw_f=( $(compgen -G "${FIRMWARE_DIR}/${myfw}*") ) |
1784 |
myfw_f=( $(compgen -G "${FIRMWARE_DIR}/${myfw}*") ) |
1785 |
|
1785 |
|
1786 |
if [ ${#myfw_f[@]} -gt 1 ] |
1786 |
## see https://bugs.gentoo.org/932907 |
1787 |
then |
1787 |
# if [ ${#myfw_f[@]} -gt 1 ] |
1788 |
gen_die "excessive number of firmwares!" |
1788 |
# then |
1789 |
fi |
1789 |
# gen_die "excessive number of firmwares!" |
|
|
1790 |
# fi |
1790 |
|
1791 |
|
1791 |
if [ ${#myfw_f[@]} -lt 1 ] |
1792 |
if [ ${#myfw_f[@]} -lt 1 ] |
1792 |
then |
1793 |
then |