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