The following commit has been merged in the master branch:
commit c61146123a46080243232426f6a74f35c19c89a3
Author: Giuseppe Iuculano <[email protected]>
Date:   Wed Jan 27 10:01:56 2010 +0100

    debian/preinst: Use set -e

diff --git a/debian/preinst b/debian/preinst
index 62fb904..c2d1c74 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 # snippet from http://www.dpkg.org/dpkg/ConffileHandling
 

-- 
Dynamic Kernel Module Support

_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-commits

Reply via email to