diff --git a/imagefiles/build-and-install-cmake.sh b/imagefiles/build-and-install-cmake.sh index ed4d736..aaee83f 100755 --- a/imagefiles/build-and-install-cmake.sh +++ b/imagefiles/build-and-install-cmake.sh @@ -4,8 +4,8 @@ set -ex WRAPPER="" -CMAKE_URL = "https://gitlab.kitware.com/cmake/cmake.git" -CMAKE_MIRROR_URL = "https://github.com/Kitware/CMake.git" +CMAKE_URL="https://gitlab.kitware.com/cmake/cmake.git" +CMAKE_MIRROR_URL="https://github.com/Kitware/CMake.git" while [ $# -gt 0 ]; do case "$1" in