Use absolute path to XQuery script

This commit is contained in:
~lucidiot 2024-02-25 23:58:10 +00:00
parent 5ef1805fd8
commit c1a1de3bcf
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ rm "$DIR/.itsb-feedgen"]]></xsl:text>
<xsl:text>xml</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:text> --extract-kind=xquery3 --extract-file='xquery/</xsl:text>
<xsl:text> --extract-kind=xquery3 --extract-file="$DIR"'/xquery/</xsl:text>
<xsl:call-template name="escape">
<xsl:with-param name="text" select="@path" />
</xsl:call-template>