[gimp-web/oscp] Missing then



commit fec618b0fd2c1e0167441f06c5562cb9f6642837
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 8 15:21:36 2021 +0200

    Missing then

 testing.docs.gimp.org/docs_build/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testing.docs.gimp.org/docs_build/entrypoint.sh b/testing.docs.gimp.org/docs_build/entrypoint.sh
index 69d090d4..2951361d 100755
--- a/testing.docs.gimp.org/docs_build/entrypoint.sh
+++ b/testing.docs.gimp.org/docs_build/entrypoint.sh
@@ -9,7 +9,7 @@ BUILD_PATH=/tmp/gimp-help
 git clone --depth 1 -b gimp-help-${RELEASE//\./\-} https://gitlab.gnome.org/GNOME/gimp-help.git 
${BUILD_PATH} 
 cd ${BUILD_PATH} && ./autogen.sh --without-gimp --prefix=${BUILD_PATH}/build && make && make install
 
-if [ -d "/docs_data/docs/${RELEASE}" ];
+if [ -d "/docs_data/docs/${RELEASE}" ]; then
     rsync -vlr ${BUILD_PATH}/share/gimp/2.0/help/ /docs_data/docs/${RELEASE}/
 else
     mkdir -p /docs_data/docs/${RELEASE}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]