Explorar el Código

HPCC-21493 Automate build tagging process

Fix another niggle

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman hace 6 años
padre
commit
54538bac7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmake_modules/parse_cmake.sh

+ 1 - 1
cmake_modules/parse_cmake.sh

@@ -95,7 +95,7 @@ function parse_cmake()
     extract $VERSIONFILE HPCC_MATURITY
     extract $VERSIONFILE HPCC_SEQUENCE
 
-    if [ -z $HPCC_NAME ] ; then
+    if [ -z "$HPCC_NAME" ] ; then
       if [ "$HPCC_PROJECT" == "community" ] ; then
         HPCC_NAME="Community Edition"
       else