This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch wheezy-backports in repository mapserver.
commit e414f40a184b3e77bdeb9adc16b81c0aa2cbb303 Author: Bas Couwenberg <[email protected]> Date: Fri Jul 19 16:32:30 2013 +0200 Use set -e instead of /bin/sh -e. --- debian/php5-mapscript.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/php5-mapscript.config b/debian/php5-mapscript.config index 42cd9fd..fb41e9d 100644 --- a/debian/php5-mapscript.config +++ b/debian/php5-mapscript.config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e # Source debconf library. . /usr/share/debconf/confmodule -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

