From d2c2c2636165a2dba14d2b67a3967a155c3bb0a5 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 25 Aug 2021 12:00:25 +0200 Subject: [PATCH] Test --- doc.zih.tu-dresden.de/util/check-spelling-changes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6677c6238..745fe6612 100755 --- a/doc.zih.tu-dresden.de/util/check-spelling-changes.sh +++ b/doc.zih.tu-dresden.de/util/check-spelling-changes.sh @@ -40,11 +40,11 @@ while read oldfile; do #Remove the prefix "b/" newfile=${newfile:2} current_count=`cat "$newfile" | getNumberOfAspellOutputLines` -# echo "======" -# echo "$current_count" + echo "======" + echo "$current_count" # echo "$newfile" # cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown -# echo "======" + echo "======" fi if [ $current_count -gt $previous_count ]; then echo "-- File $newfile" -- GitLab