From 0d987a4d0e2de30090b8cb95b02c0be56e490a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 1 Dec 2023 16:14:58 +0100 Subject: [PATCH] fix build-static.sh --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index ee6ff8a1c..2d2c992fe 100755 --- a/build-static.sh +++ b/build-static.sh @@ -38,7 +38,7 @@ elif [ -d ".git/" ]; then CURRENT_REF="$(git rev-parse --abbrev-ref HEAD)" export CURRENT_REF - if echo "$FRANKENPHP_VERSION" | grep -q "."; then + if echo "$FRANKENPHP_VERSION" | grep -F -q "."; then # Tag git checkout "v$FRANKENPHP_VERSION" else