summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-03-08 10:06:56 -0500
committerMicah Anderson <micah@riseup.net>2016-03-08 10:07:19 -0500
commit8a59daa302c5c4ec8187e696d62c76b88e6d08ac (patch)
tree4e86d6ca235208915c50131a372df38c6f0a11a9
parentf7ebd8c2a300e198c09dcfc54fc30f2808e1991f (diff)
use set -e instead of passing -e to the shell on the #! line
-rwxr-xr-xdebian/preinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/preinst b/debian/preinst
index 7524ff8..7f25ba3 100755
--- a/debian/preinst
+++ b/debian/preinst
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
# cleanup keys from the old /etc/apt/trusted.gpg, because it was not
# properly cleaned up by previous versions of leap-keyring.