[Glibc-bsd-commits] r4400 - trunk/libbsd/debian

Guillem Jover guillem at alioth.debian.org
Wed May 1 15:51:03 UTC 2013


Author: guillem
Date: 2013-05-01 15:51:03 +0000 (Wed, 01 May 2013)
New Revision: 4400

Modified:
   trunk/libbsd/debian/changelog
   trunk/libbsd/debian/libbsd-dev.postinst
Log:
Move -e option from postinst's shebang to an explicit set call


Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2013-05-01 15:38:58 UTC (rev 4399)
+++ trunk/libbsd/debian/changelog	2013-05-01 15:51:03 UTC (rev 4400)
@@ -3,6 +3,7 @@
   * Fix cross-building support by passing correct --build and --host options
     to configure. Based on patch by Colin Watson <cjwatson at ubuntu.com>.
     (Closes: #665997)
+  * Move -e option from postinst's shebang to an explicit set call.
 
  -- Guillem Jover <guillem at debian.org>  Fri, 23 Nov 2012 01:29:55 +0100
 

Modified: trunk/libbsd/debian/libbsd-dev.postinst
===================================================================
--- trunk/libbsd/debian/libbsd-dev.postinst	2013-05-01 15:38:58 UTC (rev 4399)
+++ trunk/libbsd/debian/libbsd-dev.postinst	2013-05-01 15:51:03 UTC (rev 4400)
@@ -1,5 +1,7 @@
-#!/bin/sh -e
+#!/bin/sh
 
+set -e
+
 pkg_installed()
 {
   local pkg="$1"




More information about the Glibc-bsd-commits mailing list