Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 9825cb3

Browse files
committed
missing quote
1 parent b283f99 commit 9825cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/compile-unix.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ DEBUG_FLAGS="\
3939
--enable-extra-align=no \
4040
--enable-maintainer-flags \
4141
--enable-debug"
42+
4243
RELEASE_FLAGS="
4344
--enable-optimizations \
4445
--enable-man-pages=no \
4546
--enable-html-docs=no \
46-
--enable-extra-align=no
47+
--enable-extra-align=no"
4748

4849
# By default we build from git clone, which requires autotools
4950
# This gets overwritten if we detect we should use the release archive

0 commit comments

Comments
 (0)