mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
big bug fix, usb networking output has apparently not worked for a long time, that is now fixed.
Apparently if you pack an array that is global inside a subshell, that does not register on the primary level of bash. Who knew? Maintainers, this is a serious bug fix, so updat to 1.7.27 now or the usb cards will not be seen.
This commit is contained in:
parent
68b84a9e1e
commit
154f819680
4
inxi
4
inxi
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 1.7.26
|
||||
#### version: 1.7.27
|
||||
#### Date: November 21 2011
|
||||
#### Patch Number: 01
|
||||
#### Patch Number: 00
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
########################################################################
|
||||
|
|
Loading…
Reference in a new issue