From 50620a3f952a9b2273f3d7a60d7241b4955fff6e Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 25 Jan 2017 12:00:28 +0100 Subject: fixup! d-i: pass non_{po,pdf}_langs as params to aid checking manuals Signed-off-by: Holger Levsen --- bin/d-i_check_jobs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/d-i_check_jobs.sh') diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 90978b9b..9400a02f 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -146,7 +146,7 @@ for DIRECTORY in * ; do # Some languages are unsupported in PDF if [ $FORMAT = pdf ] && expr match ${NON_PDF_LANGS} ".*\b${$DIRECTORY}\b" >/dev/null ; then - continue ;; + continue fi # we add a _po2xml suffix for all but the NON_PO_LANGS if ! expr match ${NON_PO_LANGS} ".*\b${$DIRECTORY}\b" >/dev/null ; then -- cgit v1.2.3-54-g00ecf