From 980c35716e3b9cd03db6d6ee92f4b04cb607d3c4 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 12 Nov 2022 17:16:34 +0100 Subject: [PATCH] update-dict.sh: echo source files. --- update-dict.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-dict.sh b/update-dict.sh index 26c28e4..4f36701 100755 --- a/update-dict.sh +++ b/update-dict.sh @@ -18,6 +18,9 @@ for lang in $(jq -r 'keys[]' $CONFIG); do files+=( "$f" ) done + echo "Source files:" + echo ${files[@]} | tr ' ' '\n' + grep -hs ^ ${files[@]} | $BASE_DIR/generate-dict.sh > $BASE_DIR/dict/$lang done