From 0914b862d0607c3f3c5a7c209933deffa650f43c Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sun, 19 Jan 2025 22:19:14 +1100 Subject: [PATCH] Correct cmake file transformations Broken by the addition of `@ONLY` in the previous commit (0b90cf19c251519404725d9b4bb6f348f89ac201). --- test/removeHtmlDates.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/removeHtmlDates.sh.in b/test/removeHtmlDates.sh.in index 52d98e70d..e91b4e09e 100755 --- a/test/removeHtmlDates.sh.in +++ b/test/removeHtmlDates.sh.in @@ -12,7 +12,7 @@ set -o errexit -o noclobber -o nounset -o pipefail while IFS= read -d '' -r htmlFile; do sed -Ei \ - -e '/headerItem">Test:.*:/>Project:/;n;s/>.*${PROJECT_NAME}(Test )?Date:.*:/>Version:/;n;s/>.*${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}Test:.*:/>Project:/;n;s/>.*@PROJECT_NAME@(Test )?Date:.*:/>Version:/;n;s/>.*@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@