From ace4486eeb99962b11165e27338f8a8e319ada8c Mon Sep 17 00:00:00 2001 From: ldericher <40151420+ldericher@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:29:56 +0100 Subject: [PATCH] wrong grep option --- dist/kiwi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/kiwi b/dist/kiwi index d5cc0ef..63714eb 100755 --- a/dist/kiwi +++ b/dist/kiwi @@ -178,7 +178,7 @@ if [ ! -x "$(kiwi_executable)" ]; then # read version tag KIWI_VERSION="$( \ curl --proto '=https' --tlsv1.2 -sSfL "${KIWI_REPO_RAW}/${KIWI_VERSION}/${PACKAGE_URI}" \ - | grep -r 'version\s*=' \ + | grep -e 'version\s*=' \ | sed -r "s/version\s*=\s*\"([^\"]*)\"$/\1/" \ )"