aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-09-28 16:32:43 -0400
committerB. Watson <urchlay@slackware.uk>2025-09-28 16:32:43 -0400
commite099cf36d1d3d5457fcc003308da6e913be619e1 (patch)
tree73a06e25d6625e75c5e1bed93f157918df95860f
parent4a1c976088fb5de4d6fc90410cf157a48ea56f34 (diff)
downloadsbo-maintainer-tools-e099cf36d1d3d5457fcc003308da6e913be619e1.tar.gz
sbofixinfo: fix URL indentation. thanks for fsLeg for the bug report and patch.
-rwxr-xr-xsbofixinfo2
1 files changed, 1 insertions, 1 deletions
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;
}
}