summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2017-01-25 12:00:28 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-25 12:02:37 +0100
commit50620a3f952a9b2273f3d7a60d7241b4955fff6e (patch)
treecf2b00ab3865c8fd7d15e1b74d75e9e385d4d523 /bin/d-i_check_jobs.sh
parentfc52c12a31b7abe3c7033462156dbab514210c82 (diff)
downloadjenkins.debian.net-50620a3f952a9b2273f3d7a60d7241b4955fff6e.tar.xz
fixup! d-i: pass non_{po,pdf}_langs as params to aid checking manuals
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh2
1 files changed, 1 insertions, 1 deletions
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