From b45f232eb9bef502bb897a8b1dca03a2c8997b86 Mon Sep 17 00:00:00 2001 From: Vidal van Bergen Date: Sun, 9 Jan 2022 01:08:10 +0100 Subject: [PATCH] Added missing new line at end of script --- build-collections.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-collections.sh b/build-collections.sh index edbe58a..0989ad9 100755 --- a/build-collections.sh +++ b/build-collections.sh @@ -1,2 +1,2 @@ cd Collections -for i in *.xml; do xsltproc -o ../Compendiums/$i ../Utilities/merge.xslt $i; done \ No newline at end of file +for i in *.xml; do xsltproc -o ../Compendiums/$i ../Utilities/merge.xslt $i; done