[debian-edu-commits] r82264 - in branches/wheezy/debian-edu-config: debian share/debian-edu-config/tools
pere at alioth.debian.org
pere at alioth.debian.org
Fri Aug 30 06:00:56 UTC 2013
Author: pere
Date: 2013-08-30 06:00:56 +0000 (Fri, 30 Aug 2013)
New Revision: 82264
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage
Log:
Fix typo in show-welcome-webpage.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-29 11:22:00 UTC (rev 82263)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-30 06:00:56 UTC (rev 82264)
@@ -1,3 +1,9 @@
+debian-edu-config (1.714~svn82257) UNRELEASED; urgency=low
+
+ * Fix typo in show-welcome-webpage.
+
+ -- Petter Reinholdtsen <pere at debian.org> Fri, 30 Aug 2013 08:00:42 +0200
+
debian-edu-config (1.714~svn82256) wheezy-test; urgency=low
[ Wolfgang Schweer ]
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage 2013-08-29 11:22:00 UTC (rev 82263)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage 2013-08-30 06:00:56 UTC (rev 82264)
@@ -17,7 +17,7 @@
for lang in $(echo $LANGCODE | tr : " "); do
if wget -O /dev/null ${GETDEFAULTHOMEPAGE}index.html.$lang ; then
welcomeurl="${GETDEFAULTHOMEPAGE}index.html.$lang"
- continue
+ break
else
welcomeurl=$GETDEFAULTHOMEPAGE || true
fi
More information about the debian-edu-commits
mailing list