From e099cf36d1d3d5457fcc003308da6e913be619e1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 28 Sep 2025 16:32:43 -0400 Subject: sbofixinfo: fix URL indentation. thanks for fsLeg for the bug report and patch. --- sbofixinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbofixinfo') diff --git a/sbofixinfo b/sbofixinfo index 5b97733..b2572ec 100755 --- a/sbofixinfo +++ b/sbofixinfo @@ -355,7 +355,7 @@ sub fix_info { } push @newurls, $newurl; } - $info{$key} = join " ", @newurls; + $info{$key} = join "\r", @newurls; } } -- cgit v1.2.3