This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 6e3c308d07e50e4adb167ed710aff95d08f572b9 Author: Ryan Niebur <[email protected]> Date: Wed Aug 5 17:50:50 2009 -0700 move the -e from the shebang to running set --- debian/config | 4 +++- debian/postinst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/config b/debian/config index 0a2fd16..33a79ad 100755 --- a/debian/config +++ b/debian/config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e . /usr/share/debconf/confmodule diff --git a/debian/postinst b/debian/postinst index 7529218..937400e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # summary of how this script can be called: # * <postinst> `configure' <most-recently-configured-version> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
