mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix
This commit is contained in:
parent
83beb896cc
commit
1e48007c62
2
inxi
2
inxi
|
@ -9421,7 +9421,7 @@ $repo_data_working"
|
||||||
repoUrl=""
|
repoUrl=""
|
||||||
enabled=""
|
enabled=""
|
||||||
while ( getline && $0 !~ /^[[:space:]]*$/ ) {
|
while ( getline && $0 !~ /^[[:space:]]*$/ ) {
|
||||||
gsub(/,|}/,"",$0)
|
gsub(/,/,"",$0)
|
||||||
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$1)
|
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$1)
|
||||||
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$2)
|
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$2)
|
||||||
if ( $1 == "url" ) {
|
if ( $1 == "url" ) {
|
||||||
|
|
Loading…
Reference in a new issue