Merge pull request #754 from plague006/1099buildscript

Add case in build script for ksp_version being 1.0.99
This commit is contained in:
Leon Wright 2015-08-27 09:46:10 +08:00
commit 5405a8781b
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