Fix regular expression

http://hydra.nixos.org/build/3123177
This commit is contained in:
Eelco Dolstra 2012-10-04 09:46:10 -04:00
parent d1de836938
commit 90b8a34f82
1 changed files with 1 additions and 1 deletions

View File

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