Explicitly set -e instead of getting it from the shebang
[mirror/dsa-puppet.git] / modules / geodns / files / common / recvconf
index e2f7de3..4096d65 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/bash -e
+#!/bin/bash
+
+set -e
 
 ## Copyright (c) 2005 David B. Harris <dbharris@eelf.ddts.net>
 ## Copyright (c) 2005 Peter Palfrader <peter@palfrader.org>