mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +00:00
bug fix
This commit is contained in:
parent
83beb896cc
commit
1e48007c62
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -9421,7 +9421,7 @@ $repo_data_working"
|
|||
repoUrl=""
|
||||
enabled=""
|
||||
while ( getline && $0 !~ /^[[:space:]]*$/ ) {
|
||||
gsub(/,|}/,"",$0)
|
||||
gsub(/,/,"",$0)
|
||||
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$1)
|
||||
gsub(/({|}|^[[:space:]]+|[[:space:]]+$)/,"",$2)
|
||||
if ( $1 == "url" ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue