Fix shellcheck

Fix shellcheck

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-08-06 21:54:37 +02:00
parent cc949d6a85
commit 76d1ec682f

View File

@ -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