From c6be1ac5ef8296cb2de44bd99f957dd89d6b3b78 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 25 Aug 2021 12:37:24 +0200
Subject: [PATCH] Last test

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

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 b489b1519..680be73b6 100755
--- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
+++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh
@@ -7,6 +7,10 @@ basedir=`dirname "$scriptpath"`
 basedir=`dirname "$basedir"`
 wordlistfile=$basedir/wordlist.aspell
 
+echo "scriptpath: $scriptpath"
+echo "basedir: $basedir"
+echo "wordlistfile: $wordlistfile"
+
 function getNumberOfAspellOutputLines(){
   cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown | sort -u | wc -l
 }
@@ -43,6 +47,7 @@ while read oldfile; do
             echo "======"
             echo "$current_count"
             echo "$newfile"
+            echo "pwd $PWD"
             echo "wordlistfile: $wordlistfile"
             grep ZIH $wordlistfile
             echo "---"
-- 
GitLab