Syntax test fix for a broadcom wifi card id in -n output, failed to read path in /sys

Fixing this required using find, so find will have to be added to the recommended apps, but
leaving it off for now until sure this method is the only way to do it.

The earlier used grep method to get the paths did not work, why, I don't know.

This may require redoing the usb path finder logic, we'll see.
This commit is contained in:
inxi-svn 2011-11-22 04:17:29 +00:00
parent 37d0118dfd
commit 94e9d050d0

4
inxi
View file

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 1.7.24 #### version: 1.7.25
#### Date: November 21 2011 #### Date: November 21 2011
#### Patch Number: 03 #### Patch Number: 00
######################################################################## ########################################################################
#### SPECIAL THANKS #### SPECIAL THANKS
######################################################################## ########################################################################