From: Peter Palfrader Date: Wed, 27 May 2009 19:01:49 +0000 (+0200) Subject: Explicitly set -e instead of getting it from the shebang X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=2d49f48b072cb1be030826b050e424470485fad7;hp=119135804a55b97c4bc5cdbbaef4aaba54edd918;p=mirror%2Fdsa-puppet.git Explicitly set -e instead of getting it from the shebang --- diff --git a/modules/geodns/files/common/recvconf b/modules/geodns/files/common/recvconf index e2f7de321..4096d656c 100755 --- a/modules/geodns/files/common/recvconf +++ b/modules/geodns/files/common/recvconf @@ -1,4 +1,6 @@ -#!/bin/bash -e +#!/bin/bash + +set -e ## Copyright (c) 2005 David B. Harris ## Copyright (c) 2005 Peter Palfrader