aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/l10n.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/workflow/l10n.sh')
-rwxr-xr-xaux/workflow/l10n.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh
index 81a7d02..ece154e 100755
--- a/aux/workflow/l10n.sh
+++ b/aux/workflow/l10n.sh
@@ -18,7 +18,8 @@ if [ -z "$LANGS" ]; then
exit 2
fi
-for f in $(find $@ -not -name '*.en.*'); do
+# shellcheck disable=2044
+for f in $(find "$@" -not -name '*.en.*'); do
case "$f" in
*.en.[1-9].in)
manpage "$f"