Mercurial > debian > masqmail-debian
changeset 51:845b243eb46f
removed -e from shebang and put it in separate line
this removes the pedantic lintian info ``maintainer-script-without-set-e''.
Refer to Debian Policy Manual section 10.4 (Scripts) for details.
author | meillo@marmaro.de |
---|---|
date | Fri, 25 Jun 2010 11:49:28 +0200 (2010-06-25) |
parents | b3ebad9d432d |
children | 4dababf86cfb |
files | masqmail.config postinst postrm preinst |
diffstat | 4 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/masqmail.config Thu Jun 24 15:50:27 2010 +0200 +++ b/masqmail.config Fri Jun 25 11:49:28 2010 +0200 @@ -1,4 +1,5 @@ -#!/bin/bash -e +#!/bin/bash +set -e # Source debconf library. . /usr/share/debconf/confmodule
--- a/postinst Thu Jun 24 15:50:27 2010 +0200 +++ b/postinst Fri Jun 25 11:49:28 2010 +0200 @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e # source debconf library . /usr/share/debconf/confmodule