Skip to content

Commit 4899086

Browse files
committed
syntax fix (#50 #52)
1 parent 4f5e05d commit 4899086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ticcl.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ process foliacorrect {
427427
428428
#rename files so they have *.ticcl.folia.xml as extension (rather than .ticcl.xml which FoLiA-correct produces)
429429
for f in *.xml; do
430-
if [[ $f != "*.xml" ]]; then
430+
if [[ \$f != "*.xml" ]]; then
431431
if [[ \${f%.ticcl.xml} != \$f ]]; then
432432
newf="\${f%.ticcl.xml}.ticcl.folia.xml"
433433
else

0 commit comments

Comments
 (0)