debian/masqmail-debian

diff masqmail.config @ 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
parents 1b63ae1db988
children
line diff
     1.1 --- a/masqmail.config	Thu Jun 24 15:50:27 2010 +0200
     1.2 +++ b/masqmail.config	Fri Jun 25 11:49:28 2010 +0200
     1.3 @@ -1,4 +1,5 @@
     1.4 -#!/bin/bash -e
     1.5 +#!/bin/bash
     1.6 +set -e
     1.7  
     1.8  # Source debconf library.
     1.9  . /usr/share/debconf/confmodule