[Pkg-dkms-commits] [SCM] Dynamic Kernel Module Support branch, master, updated. debian/2.1.1.0-2-10-g9fd3790

Giuseppe Iuculano iuculano at debian.org
Wed Jan 27 09:07:21 UTC 2010


The following commit has been merged in the master branch:
commit c61146123a46080243232426f6a74f35c19c89a3
Author: Giuseppe Iuculano <iuculano at debian.org>
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



More information about the Pkg-dkms-commits mailing list