We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5e05d commit 4899086Copy full SHA for 4899086
ticcl.nf
@@ -427,7 +427,7 @@ process foliacorrect {
427
428
#rename files so they have *.ticcl.folia.xml as extension (rather than .ticcl.xml which FoLiA-correct produces)
429
for f in *.xml; do
430
- if [[ $f != "*.xml" ]]; then
+ if [[ \$f != "*.xml" ]]; then
431
if [[ \${f%.ticcl.xml} != \$f ]]; then
432
newf="\${f%.ticcl.xml}.ticcl.folia.xml"
433
else
0 commit comments