Skip to content
Commit 4d7b190b authored by Philip Chimento's avatar Philip Chimento 🚮 Committed by Stef Walter
Browse files

build: Use $-quoted string to escape newline

BSD sed doesn't like escaping a literal newline character with a
backslash. Instead, use a $-quoted string to escape the newline as \n.

https://bugzilla.gnome.org/show_bug.cgi?id=734630
parent 99a2e6ad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment