There is no spoo^H^H^H^Hversion - KSP-CKAN/CKAN#817

This commit is contained in:
Leon Wright 2015-07-20 15:37:12 +08:00
parent 3e31350579
commit 662c2a8337
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ create_dummy_ksp () {
echo "Overriding any with $KSP_VERSION_DEFAULT"
KSP_VERSION=$KSP_VERSION_DEFAULT
;;
"null")
echo "Overriding 'null' with $KSP_VERSION_DEFAULT"
KSP_VERSION=$KSP_VERSION_DEFAULT
;;
"")
echo "Overriding empty version with $KSP_VERSION_DEFAULT"
KSP_VERSION=$KSP_VERSION_DEFAULT
;;
*)
echo "No override, Running with $KSP_VERSION"
;;