]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
build/ops: install-deps.sh: set with_seastar
authorNathan Cutler <ncutler@suse.com>
Mon, 16 Jul 2018 20:07:57 +0000 (22:07 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 16 Jul 2018 20:07:57 +0000 (22:07 +0200)
commit4b8c3b8e7979c22637bf67eaa6f291c4227da953
treedf1ff4e5b08d22475dfecc7a1a377e802c5f0440
parent69725446c869ec0cce1cbdd4ba39a705846287b9
build/ops: install-deps.sh: set with_seastar

25d5122b5538062e8282251c3d7bae0f9792d596 introduced code into
install-deps.sh which was intended to set a variable "with_seastar" to the
string "true" or "false" depending on whether or not an environment
variable WITH_SEASTAR is defined.

As originally implemented, the conditional is always true, so with_seastar
is set to "true" unconditionally. Fix this by putting $WITH_SEASTAR in
double quotes.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
install-deps.sh