pacman-key: remove errexit flag from shebang
commit938fb2c87859cf495ac72d678d4edb9f6c3217c2
authorDave Reisner <dreisner@archlinux.org>
Fri, 30 Sep 2011 10:07:55 +0000 (30 06:07 -0400)
committerDan McGee <dan@archlinux.org>
Fri, 30 Sep 2011 15:48:28 +0000 (30 10:48 -0500)
tree12b4c2b738a5afb547657f82468bd4cb8dbf01bf
parent07ecd40a1a1ffba5e5b1c3edd199a0f159496c48
pacman-key: remove errexit flag from shebang

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@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
scripts/pacman-key.sh.in