mirror of
https://github.com/gosticks/brew.git
synced 2026-08-31 05:50:22 +00:00
Since `system` escapes its own spaces, cabal was interpreting `--flags='webapp s3'` as `+'webapp +s3'` rather than `+webapp +s3`. Closes #267. Signed-off-by: ilovezfs <ilovezfs@icloud.com>