summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2014-11-14 19:01:38 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2014-11-14 19:02:09 +0300
commit425d44386f96f105b5e53e0d91018c28fdaa9eda (patch)
tree08d0effbbf2b0fc596fccf31f703e02f5edd8ec2 /debian/mdadm.postrm
parent225a9210d40c6780b50996d53bff7f836834b99f (diff)
remove set -u from maintscripts (#766308)
Diffstat (limited to 'debian/mdadm.postrm')
-rw-r--r--debian/mdadm.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 668100a7..30309626 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -3,7 +3,7 @@
# Copyright © 2006-2008 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
#
-set -eu
+set -e
case "${1:-}" in
remove)