[mapserver] 04/43: Use set -e instead of /bin/sh -e.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 7 20:21:31 UTC 2015


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 <sebastic at xs4all.nl>
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



More information about the Pkg-grass-devel mailing list