Add case for ksp_version being 1.0.99

This commit is contained in:
Matthew Heguy 2015-08-26 17:48:14 -04:00
parent abf41ef254
commit 9169284e6e
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ create_dummy_ksp () {
echo "Overidding '1.0' with '$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")
echo "Overridding any with '$KSP_VERSION_DEFAULT'"
KSP_VERSION=$KSP_VERSION_DEFAULT