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/wheezy/foreman/foreman.preinst
#!/bin/sh
[ -n "${DEBUG}" ] && set -x
set -e
if [ ! -z "${DEBUG}" ]; then set -x; fi
#DEBHELPER#

Also available in: Unified diff