summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
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/mdadm.postrm
parent0ff5de1c285abffc7dc28c253664eb983e07814d (diff)
set -eu instead of shebang line
Diffstat (limited to 'debian/mdadm.postrm')
-rw-r--r--debian/mdadm.postrm4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index f80e16eb..2dfab5fb 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -1,4 +1,4 @@
-#! /bin/sh -eu
+#! /bin/sh
# Copyright © 2001,2002 Mario Jou/3en <joussen@debian.org>
# Copyright © 2006 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
@@ -6,6 +6,8 @@
# $Id$
#
+set -eu
+
case "${1:-}" in
remove)
if command -v update-initramfs >/dev/null; then