]> git.donarmstrong.com Git - ca-certificates.git/commitdiff
Fix lintian maintainer-script-without-set-e postinst
authorMichael Shuler <michael@pbandjelly.org>
Sun, 11 Dec 2011 20:17:21 +0000 (14:17 -0600)
committerMichael Shuler <michael@pbandjelly.org>
Sun, 11 Dec 2011 20:17:21 +0000 (14:17 -0600)
debian/postinst

index 96be353d495e9e301e657d9df70c9fbce43dde69..198c57e0bc245aedc61c54dbcc17d1ee34ab1c33 100644 (file)
@@ -1,4 +1,4 @@
-#! /bin/sh -e
+#! /bin/sh
 # postinst script for ca-certificates
 #
 # see: dh_installdeb(1)
@@ -20,6 +20,8 @@
 #     installation fails and the `postinst' is called with `abort-upgrade',
 #     `abort-remove' or `abort-deconfigure'.
 
+set -e
+
 each_value() {
  echo "$1" |tr ',' '\n' | sed -e 's/^[[:space:]]*//' 
 }