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

index c43885c1e20fae686c2ccd5c96c7ab1b37876f25..2eb299cd7080e27223ea3a6f846cf76795232e14 100644 (file)
@@ -54,7 +54,7 @@ else
 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