mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
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:
parent
37d0118dfd
commit
94e9d050d0
4
inxi
4
inxi
|
@ -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
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
Loading…
Reference in a new issue