Commit f8974400 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

circleci: Escape spaces instead of quoting them

It turns out, in addition to beeing enclosed inside sh -c '...' the
CFLAGS may also be nested inside "double" quotes.
parent c5ed00b6
......@@ -365,7 +365,7 @@ workflows:
name: distcheck_ubuntu_bionic
dist: ubuntu
release: bionic
extra_conf: CFLAGS="-g -O2 -m32"
extra_conf: CFLAGS=-g\ -O2\ -m32
- distcheck:
name: distcheck_alpine
dist: alpine
......
Markdown is supported
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