diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/bcm5974-post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bcm5974-post-install b/scripts/bcm5974-post-install index bf3f74f..8c71be0 100755 --- a/scripts/bcm5974-post-install +++ b/scripts/bcm5974-post-install | |||
| @@ -34,7 +34,7 @@ MATCH_MBP=$PAT_HEAD$PAT_MBP | |||
| 34 | if [ -x /usr/sbin/lsusb ]; then | 34 | if [ -x /usr/sbin/lsusb ]; then |
| 35 | if [ "lsusb|grep $PAT_MBA" != "" ]; then | 35 | if [ "lsusb|grep $PAT_MBA" != "" ]; then |
| 36 | SED="s/#$MATCH_MBA/$MATCH_MBA/" | 36 | SED="s/#$MATCH_MBA/$MATCH_MBA/" |
| 37 | elif [ $has_mbb -gt 0 ]; then | 37 | elif [ "lsusb|grep $PAT_MBP" != "" ]; then |
| 38 | SED="s/#$MATCH_MBP/$MATCH_MBP/" | 38 | SED="s/#$MATCH_MBP/$MATCH_MBP/" |
| 39 | else | 39 | else |
| 40 | echo No suitable device found | 40 | echo No suitable device found |
