]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-setup: fix bash syntax error on conditional check
authorAlfredo Deza <adeza@redhat.com>
Thu, 22 Sep 2016 14:53:13 +0000 (10:53 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 22 Sep 2016 14:53:13 +0000 (10:53 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-dev-setup/build/build

index 244c02b4c35f2d290b5e2f7be33a77716de6f8fe..2931f453acd8917825be00142d8ae068adfd898f 100644 (file)
@@ -59,7 +59,7 @@ fi
 
 
 # make-dist does not exist for autotools builds
-if [ ! -x make-dist ]
+if [ ! -x make-dist ]; then
     echo "Using autotools build system"
     echo "Running autogen.sh ..."
     ./autogen.sh