]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
Replace all escaped slashes in json strings (closes #866)
authorAlexander Sulfrian <asulfrian@zedat.fu-berlin.de>
Fri, 4 Feb 2022 19:34:22 +0000 (20:34 +0100)
committerLukas Schauer <lukas@schauer.dev>
Mon, 31 Oct 2022 15:27:16 +0000 (16:27 +0100)
commit67b111a7b09374182bbba2bf3feecbbd549c0df2
tree251ed9b7bc572a507f3db04f64aa9158f5f84631
parentfa68ad8b2302e893e2ce9d4b4cd3a87a00021f1c
Replace all escaped slashes in json strings (closes #866)

${var/pattern/string} will only replace the first occurence. We should
use ${var//pattern/string} to replace all escaped slashes.
dehydrated