summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 00:54:34 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 00:54:34 +0100
commit45c9b33778b9b8eba06dc83fe3c7d019fb547733 (patch)
tree16c237afb6cabbc740a35740373475aaa2a3551a /bin
parent96e5da763a2378939c57da31846b342de3aa1755 (diff)
downloadjenkins.debian.net-45c9b33778b9b8eba06dc83fe3c7d019fb547733.tar.xz
more patterns
Diffstat (limited to 'bin')
-rwxr-xr-xbin/webcheck_url.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh
index 94b6882e..0ed05611 100755
--- a/bin/webcheck_url.sh
+++ b/bin/webcheck_url.sh
@@ -45,7 +45,7 @@ fi
if [ "${URL:0:21}" = "http://www.debian.org" ] ; then
TRANSLATIONS=$(curl www.debian.org 2>/dev/null|grep index|grep lang=|cut -d "." -f2)
for LANG in $TRANSLATIONS ; do
- PARAMS="$PARAMS -y $LANG.html"
+ PARAMS="$PARAMS -y \.${LANG}\.html -y html\.${LANG}"
done
fi