Add case for ksp_version being 1.0.99
This commit is contained in:
parent
abf41ef254
commit
9169284e6e
4
build.sh
4
build.sh
|
@ -57,6 +57,10 @@ create_dummy_ksp () {
|
||||||
echo "Overidding '1.0' with '$KSP_VERSION_DEFAULT'"
|
echo "Overidding '1.0' with '$KSP_VERSION_DEFAULT'"
|
||||||
KSP_VERSION=$KSP_VERSION_DEFAULT
|
KSP_VERSION=$KSP_VERSION_DEFAULT
|
||||||
;;
|
;;
|
||||||
|
"1.0.99")
|
||||||
|
echo "Overidding '1.0.99' with '$KSP_VERSION_DEFAULT'"
|
||||||
|
KSP_VERSION=$KSP_VERSION_DEFAULT
|
||||||
|
;;
|
||||||
"any")
|
"any")
|
||||||
echo "Overridding any with '$KSP_VERSION_DEFAULT'"
|
echo "Overridding any with '$KSP_VERSION_DEFAULT'"
|
||||||
KSP_VERSION=$KSP_VERSION_DEFAULT
|
KSP_VERSION=$KSP_VERSION_DEFAULT
|
||||||
|
|
Loading…
Reference in New Issue