xkaraman left a comment (kamailio/kamailio#4053)

`cd "/<<PKGBUILDDIR>>/src/lib/srdb1/schema" && 
"XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml" 
/usr/bin/xsltproc --xinclude --stringparam dir 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/modules/db_mysql/mysql/'' 
--stringparam prefix acc- --stringparam db mysql 
/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/xsl/mysql.xsl kamailio-acc.xml`

I am not familiar with your workflow with packaging but there seems to be a 
problem with the above command. 
`"XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml"` 
is enclosed in quotes that makes bash/sh think it'a command? hence not found? 
Is there a bash/sh directive somewhere that somehow misinterpeting the 
arguments?

In my runs i have seen 
`XML_CATALOG_FILES=/<<PKGBUILDDIR>>/doc/stylesheets/dbschema_k/catalog.xml` 
without the additional double quotes.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4053#issuecomment-2668020060
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4053/2668020...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to