Commit 167195d
Fix m4 failure in glean.cabal.in (#567)
Summary:
Didn't notice this because for some reason it doesn't cause a build failure, it just omitted a lot of the tests from glean.cabal.
```
$ make glean.cabal
rm -f glean.cabal
m4 -E -E -P .build/def/cxx/defs.m4 glean.cabal.in \
| sed "/-- Copyright/a \\\n-- @""generated from glean.cabal.in\\n-- DO NO EDIT THIS FILE DIRECTLY" \
> glean.cabal
m4:glean.cabal.in:2235: ERROR: end of file in string
chmod guo-w glean.cabal
```
Pull Request resolved: #567
Reviewed By: jjuliamolin
Differential Revision: D78481866
Pulled By: pepeiborra
fbshipit-source-id: 3d62a78ec8f79772de5cae1de81231276d1d2bee1 parent d9e8743 commit 167195d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2232 | 2232 | | |
2233 | 2233 | | |
2234 | 2234 | | |
2235 | | - | |
| 2235 | + | |
2236 | 2236 | | |
2237 | 2237 | | |
2238 | 2238 | | |
| |||
0 commit comments