From 9169284e6ecb5d13423bb5a98210f784254f3366 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Wed, 26 Aug 2015 17:48:14 -0400 Subject: [PATCH] Add case for ksp_version being 1.0.99 --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index e6fa6d9443..5818d06075 100755 --- a/build.sh +++ b/build.sh @@ -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