mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Fix shellcheck
Fix shellcheck Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
cc949d6a85
commit
76d1ec682f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user