]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-*-*: s/esac/fi/ 1566/head
authorKefu Chai <kchai@redhat.com>
Mon, 11 May 2020 14:40:01 +0000 (22:40 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 11 May 2020 14:40:54 +0000 (22:40 +0800)
fix syntax error introduced by f934188b6cb95a56fd799ff2806a3f4ce30a9c58

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-build/build/setup_rpm
ceph-dev-build/build/setup_rpm
ceph-dev-new-build/build/setup_rpm

index 26ce8927893044da4153cf6ec029184b4582cd0e..493ad8e090941fd5ec7ecc70c767079cc76bde2f 100644 (file)
@@ -97,7 +97,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
 if [ "$FLAVOR" = "crimson" ]; then
     # enable more build depends required by crimson
     sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec
-esac
+fi
 
 # Make sure we have all the rpm macros installed and at the latest version
 # before installing the dependencies, python3-devel requires the
index 7c54aa8bc5c52baca5ae37fe0cb759776c19a55d..f7a8168c83f411d7292ea8f82e9b4dbb66926dc5 100644 (file)
@@ -98,7 +98,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
 if [ "$FLAVOR" = "crimson" ]; then
     # enable more build depends required by crimson
     sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec
-esac
+fi
 
 # before installing the dependencies, python3-devel requires the
 # python-rpm-macro we use for identifying the python related dependencies
index 7c54aa8bc5c52baca5ae37fe0cb759776c19a55d..f7a8168c83f411d7292ea8f82e9b4dbb66926dc5 100644 (file)
@@ -98,7 +98,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec
 if [ "$FLAVOR" = "crimson" ]; then
     # enable more build depends required by crimson
     sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec
-esac
+fi
 
 # before installing the dependencies, python3-devel requires the
 # python-rpm-macro we use for identifying the python related dependencies