Merge branch 'spice2x' into spice22x
This commit is contained in:
@@ -70,7 +70,7 @@ run_clion_init() {
|
||||
|
||||
# Sanity checks
|
||||
[ -d "external/cmake-various/toolchain" ] || { echo "Toolchain not found" ; exit 1; }
|
||||
[ "$(md5sum ./build_all.sh | cut -c -32)" = "a0665866b9aa2a11606cb4765eed97d9" ] || { echo "Version mismatch for build_all.sh " ; exit 1; }
|
||||
[ "$(md5sum ./build_all.sh | cut -c -32)" = "652956b12cf63f2c7900c1a9b36bc031" ] || { echo "Version mismatch for build_all.sh " ; exit 1; }
|
||||
|
||||
# Run requested task
|
||||
if [[ $(type -t "run_${1}_${2}") == function ]]; then
|
||||
|
||||
Reference in New Issue
Block a user