Overriding such a weird looking word
This commit is contained in:
parent
4ca9b16520
commit
4b498dec19
2
build.sh
2
build.sh
|
@ -62,7 +62,7 @@ create_dummy_ksp () {
|
||||||
KSP_VERSION=$KSP_VERSION_DEFAULT
|
KSP_VERSION=$KSP_VERSION_DEFAULT
|
||||||
;;
|
;;
|
||||||
"any")
|
"any")
|
||||||
echo "Overridding any with '$KSP_VERSION_DEFAULT'"
|
echo "Overriding any with '$KSP_VERSION_DEFAULT'"
|
||||||
KSP_VERSION=$KSP_VERSION_DEFAULT
|
KSP_VERSION=$KSP_VERSION_DEFAULT
|
||||||
;;
|
;;
|
||||||
"null")
|
"null")
|
||||||
|
|
Loading…
Reference in New Issue