distro-build/download-page: strip "{...}" anywhere, not just at start
original commit: dec1a83e0d98c1a0ef5804db6dec7ca3855bb303
This commit is contained in:
parent
edd59cbc94
commit
d714cd3742
|
@ -64,7 +64,7 @@
|
|||
(define sorted-and-split
|
||||
(map (lambda (s)
|
||||
(map (lambda (e)
|
||||
(regexp-replace* #rx"^ *{[^}]*} *"
|
||||
(regexp-replace* #rx" *{[^}]*} *"
|
||||
e
|
||||
""))
|
||||
(regexp-split #rx" *[|] *" s)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user