From d58f66cd28617ad7b375574b20ba608034b6b656 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 25 Aug 2021 12:10:43 +0200
Subject: [PATCH] Fix aspell

---
 doc.zih.tu-dresden.de/util/check-spelling-changes.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
index 0e874556c..46d9977a5 100755
--- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
+++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
@@ -43,7 +43,7 @@ while read oldfile; do
             echo "======"
             echo "$current_count"
             echo "$newfile"
-            cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
+            cat $newfile | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
             echo "======"
         fi
         if [ $current_count -gt $previous_count ]; then
-- 
GitLab