1
0
Fork 0

[fix] no `` in 9
Some checks failed
Run BaseX Tests / test (push) Failing after 33s

This commit is contained in:
Andy Bunce 2025-02-10 11:58:51 +00:00
parent ffb455b555
commit 1e48468b58
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
c
Xyxh
4456
9.7.4 x
9.7.4 xy

View file

@ -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: ")