Still learning how to curl, I found I needed to change
|
curl -s -o SaxonHE12-3J.zip https://www.saxonica.com/download/SaxonHE12-3J.zip |
to add an -L flag - otherwise the file was coming out empty.
(I might make a PR but I have no fork yet, apologies, to say nothing of the chance it is my brain that requires the edit.)
Thank you!
Still learning how to
curl, I found I needed to changeHOWTO/saxon/download-jars.sh
Line 32 in f406f3a
to add an
-Lflag - otherwise the file was coming out empty.(I might make a PR but I have no fork yet, apologies, to say nothing of the chance it is my brain that requires the edit.)
Thank you!