From 1e48468b5865b6e1a9e5b4b4bad367fa4ba64f6a Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 10 Feb 2025 11:58:51 +0000 Subject: [PATCH] [fix] no `` in 9 --- .gitea/workflows/trigger/release | 2 +- scripts/repo-install.xq | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/trigger/release b/.gitea/workflows/trigger/release index fa8f3c2..d250359 100644 --- a/.gitea/workflows/trigger/release +++ b/.gitea/workflows/trigger/release @@ -3,4 +3,4 @@ c Xyxh 4456 -9.7.4 x \ No newline at end of file +9.7.4 xy \ No newline at end of file diff --git a/scripts/repo-install.xq b/scripts/repo-install.xq index 5e6b733..88974de 100644 --- a/scripts/repo-install.xq +++ b/scripts/repo-install.xq @@ -1,7 +1,7 @@ import module namespace build = 'urn:quodatum:build1' at 'build.xqm'; -let $output-file := file:resolve-path(`dist/pdfbox-{$build:PKG?version}.xar`,$build:base) +let $output-file := file:resolve-path("dist/pdfbox-" || $build:PKG?version ||".xar",$build:base) return ( repo:install($output-file), trace($output-file,"repo: ")