Project

General

Profile

« Previous | Next » 

Revision 2bd30a14

Added by Dominic Cleal over 9 years ago

Always set -e, even when DEBUG and -x are active

View differences:

debian/precise/foreman/foreman-postgresql.postinst
#
# see: dh_installdeb(1)
if [ ! -z "${DEBUG}" ]; then
set -x
else
set -e
fi
[ -n "${DEBUG}" ] && set -x
set -e
. /usr/share/debconf/confmodule

Also available in: Unified diff