diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-09-28 16:32:43 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-09-28 16:32:43 -0400 |
| commit | e099cf36d1d3d5457fcc003308da6e913be619e1 (patch) | |
| tree | 73a06e25d6625e75c5e1bed93f157918df95860f /sbofixinfo | |
| parent | 4a1c976088fb5de4d6fc90410cf157a48ea56f34 (diff) | |
| download | sbo-maintainer-tools-e099cf36d1d3d5457fcc003308da6e913be619e1.tar.gz | |
sbofixinfo: fix URL indentation. thanks for fsLeg for the bug report and patch.
Diffstat (limited to 'sbofixinfo')
| -rwxr-xr-x | sbofixinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ sub fix_info { } push @newurls, $newurl; } - $info{$key} = join " ", @newurls; + $info{$key} = join "\r", @newurls; } } |
