diff debian/dropbear.prerm @ 218:3ee0c2f85e1e

* patch up to date with debian 0.45-3 diff
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 13:27:28 +0000
parents b0316ce64e4b
children
line wrap: on
line diff
--- a/debian/dropbear.prerm	Mon Mar 07 04:25:43 2005 +0000
+++ b/debian/dropbear.prerm	Fri Jul 08 13:27:28 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-set -u
+set -e
 
 test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0
 if test -x /etc/init.d/dropbear; then