mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +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=""
|
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…
Add table
Reference in a new issue