[debian-edu-commits] r78738 - trunk/src/hw-support-handler
pere at alioth.debian.org
pere at alioth.debian.org
Mon Jan 14 21:13:38 UTC 2013
Author: pere
Date: 2013-01-14 21:13:38 +0000 (Mon, 14 Jan 2013)
New Revision: 78738
Modified:
trunk/src/hw-support-handler/hw-support-lookup
Log:
Exit on first error.
Modified: trunk/src/hw-support-handler/hw-support-lookup
===================================================================
--- trunk/src/hw-support-handler/hw-support-lookup 2013-01-14 20:36:20 UTC (rev 78737)
+++ trunk/src/hw-support-handler/hw-support-lookup 2013-01-14 21:13:38 UTC (rev 78738)
@@ -7,6 +7,8 @@
# If an argument is given, look up the modalias given on th command
# line.
+set -e
+
ubuntu_lists() {
ubmirror=http://ftp.uninett.no/ubuntu
suite=raring
More information about the debian-edu-commits
mailing list