summaryrefslogtreecommitdiff
path: root/debian/mkconf
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 13:20:43 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-20 13:20:43 +0000
commitd2426b79b5216b60126b67d8af875a703a931fda (patch)
treee6b23a9153d0c5ac8720ce27dce536aa6c7e725d /debian/mkconf
parent0ff5de1c285abffc7dc28c253664eb983e07814d (diff)
set -eu instead of shebang line
Diffstat (limited to 'debian/mkconf')
-rw-r--r--debian/mkconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/mkconf b/debian/mkconf
index eb06caba..3f59317e 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -1,4 +1,4 @@
-#!/bin/sh -eu
+#!/bin/sh
#
# mkconf -- outputs valid mdadm.conf contents for the local system
#
@@ -8,6 +8,8 @@
# $Id$
#
+set -eu
+
MDADM=/sbin/mdadm
DEBIANCONFIG=/etc/default/mdadm