From 1e48007c6221c8afc7b838c73ae3a366c3274f3f Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 22 Sep 2014 23:13:35 +0000 Subject: [PATCH] bug fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 6009563..a7595cc 100755 --- a/inxi +++ b/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" ) {