distro-build/download-page: strip "{...}" anywhere, not just at start

original commit: dec1a83e0d98c1a0ef5804db6dec7ca3855bb303
This commit is contained in:
Matthew Flatt 2013-09-12 06:50:34 -06:00
parent edd59cbc94
commit d714cd3742

View File

@ -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)))