[pacman-dev] [PATCH] pacman-key: remove errexit flag from shebang
Dave Reisner
d at falconindy.com
Fri Sep 30 06:11:24 EDT 2011
We're ill equipped to be using this flag as we don't trap and respond to
the ERR signal. The result is that if is ever tripped, pacman-key will
instantly exit with no indication of why. At the same time, we're
already fairly good about doing our own error checking and verbalizing
it before dying.
Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
rage.
scripts/pacman-key.sh.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in
index 8642928..1df7bb6 100644
--- a/scripts/pacman-key.sh.in
+++ b/scripts/pacman-key.sh.in
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/bash
#
# pacman-key - manages pacman's keyring
# Based on apt-key, from Debian
--
1.7.6.4
More information about the pacman-dev
mailing list