diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 00:54:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 00:54:34 +0100 |
commit | 45c9b33778b9b8eba06dc83fe3c7d019fb547733 (patch) | |
tree | 16c237afb6cabbc740a35740373475aaa2a3551a /bin | |
parent | 96e5da763a2378939c57da31846b342de3aa1755 (diff) | |
download | jenkins.debian.net-45c9b33778b9b8eba06dc83fe3c7d019fb547733.tar.xz |
more patterns
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/webcheck_url.sh | 2 |
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 |