]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commit
jenkins: fix shell conditional syntax 4/head
authorKen Dreyer <ken.dreyer@inktank.com>
Thu, 16 Jan 2014 00:59:48 +0000 (17:59 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Thu, 16 Jan 2014 00:59:48 +0000 (17:59 -0700)
commitc0a81904c4988b0ae307f0cf19e47857aff1ed72
treef15a66b55a1408d6a422361c23cb555b5a0a5633
parent27c27dd8738d9a0248a4a7d1d2b313a5db237177
jenkins: fix shell conditional syntax

The setup task was failing with the following error:

  ./ceph-build/jenkins/setup: 58: [: missing ]

Add whitespace so the interpreter properly recognizes the conditional.
jenkins/setup