[SCM] muse/master: Use set -e in the body of postinst rather than pass -e on the #! line.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Aug 12 09:12:37 UTC 2011


The following commit has been merged in the master branch:
commit 66bb2ea4f6f838022dd76ce35cb7ba85411532dc
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Aug 12 11:10:51 2011 +0200

    Use set -e in the body of postinst rather than pass -e on the #! line.

diff --git a/debian/postinst b/debian/postinst
index ce8c26c..c1eb2df 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,4 +1,7 @@
-#! /bin/sh -e
+#!/bin/sh
+
+set -e
+
 . /usr/share/debconf/confmodule
 
 case "$1" in

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list