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 b489b151984808a6b198149b7317243288bc88ec..680be73b60ad94ae58c7f279b876829ca9bd8756 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 "---"