Skip to content
Snippets Groups Projects
Commit 90b8a34f authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Fix regular expression

parent d1de8369
No related branches found
No related tags found
No related merge requests found
......@@ -29,4 +29,4 @@ AM_CXXFLAGS = -Wall \
local-store.lo: schema.sql.hh
%.sql.hh: %.sql
sed -e 's/"/\\"/g' -e 's/.*/"\0\\n"/' < $< > $@ || (rm $@ && exit 1)
sed -e 's/"/\\"/g' -e 's/\(.*\)/"\1\\n"/' < $< > $@ || (rm $@ && exit 1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment