From 5b8ef4e60bc1d99f118fadea19152feb023a62e0 Mon Sep 17 00:00:00 2001 From: Maxim Date: Sun, 19 May 2024 17:13:54 +0300 Subject: [PATCH] REL - Release v1.26 --- tools/test_helper/common-setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_helper/common-setup.bash b/tools/test_helper/common-setup.bash index 974cb56..cf63cc3 100755 --- a/tools/test_helper/common-setup.bash +++ b/tools/test_helper/common-setup.bash @@ -39,7 +39,7 @@ verapdf_folder() { get_plugin_version() { PLUGIN_NAME=$1 - PLUGIN_VERSION=$(cat "$PROJECT_ROOT/verapdf/config/plugins.xml" | grep "$PLUGIN_NAME" | grep -o [0-9].[0-9][0-9].[0-9][0-9]) + PLUGIN_VERSION=$(cat "$PROJECT_ROOT/verapdf/config/plugins.xml" | grep "$PLUGIN_NAME" | grep -o [0-9].[0-9][0-9].[0-9][0-9]*) echo "PLUGIN_VERSION: "$PLUGIN_VERSION >&3 echo "$PLUGIN_VERSION"