From 0210ab76a52753c8bde50f1588d808cbe55c07e9 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 6 Apr 2023 14:59:36 -0400 Subject: [PATCH] Allow any text without whitespace for the openssl version Signed-off-by: Peter Shipton --- closed/get_openssl_source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/closed/get_openssl_source.sh b/closed/get_openssl_source.sh index 79b7256e24c..3718c748e29 100755 --- a/closed/get_openssl_source.sh +++ b/closed/get_openssl_source.sh @@ -1,7 +1,7 @@ #!/bin/sh # =========================================================================== -# (c) Copyright IBM Corp. 2018, 2022 All Rights Reserved +# (c) Copyright IBM Corp. 2018, 2023 All Rights Reserved # =========================================================================== # # This code is free software; you can redistribute it and/or modify it @@ -72,7 +72,7 @@ case "$OPENSSL_VERSION" in OPENSSL_SOURCE_TAG="openssl-$OPENSSL_VERSION" ;; *) - usage + OPENSSL_SOURCE_TAG=$OPENSSL_VERSION ;; esac